CRIWARE for C#
Search Results for

    Show / Hide Table of Contents

    Struct CriAtomPlayer.ParameterChangeCbFunc.Arg

    コールバックイベント引数型

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: CriWare
    Assembly: CriWare.CriAtom.dll
    Syntax
    public struct CriAtomPlayer.ParameterChangeCbFunc.Arg

    Properties

    id

    パラメーターID

    Declaration
    public readonly CriAtom.ParameterId id { get; }
    Property Value
    Type Description
    CriAtom.ParameterId

    player

    Atomプレーヤーハンドル

    Declaration
    public readonly IntPtr player { get; }
    Property Value
    Type Description
    IntPtr

    value

    パラメーター値

    Declaration
    public readonly float value { get; }
    Property Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX