C# Class FMOD.Studio.COMMAND_INFO

Show file Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

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

Property Details

commandName public property

public string commandName
return string

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