C# Class FMOD.Studio.COMMAND_INFO_INTERNAL

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
commandName System.IntPtr
frameNumber int
frameTime float
instanceHandle System.UInt32
instanceType INSTANCETYPE
outputHandle System.UInt32
outputType INSTANCETYPE
parentCommandIndex int

Public Methods

Method Description
createPublic ( ) : COMMAND_INFO

Method Details

createPublic() public method

public createPublic ( ) : COMMAND_INFO
return COMMAND_INFO

Property Details

commandName public property

public IntPtr,System commandName
return System.IntPtr

frameNumber public property

public int frameNumber
return int

frameTime public property

public float frameTime
return float

instanceHandle public property

public UInt32,System instanceHandle
return System.UInt32

instanceType public property

public INSTANCETYPE instanceType
return INSTANCETYPE

outputHandle public property

public UInt32,System outputHandle
return System.UInt32

outputType public property

public INSTANCETYPE outputType
return INSTANCETYPE

parentCommandIndex public property

public int parentCommandIndex
return int