Struct CriAtomPlayer.ParameterChangeCbFunc.Arg
コールバックイベント引数型
Inherited Members
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 |