C# Class FMOD.Studio.COMMAND_INFO

显示文件 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_oe property

public string commandName
return string

frameNumber public_oe property

public int frameNumber
return int

frameTime public_oe property

public float frameTime
return float

instanceHandle public_oe property

public UInt32,System instanceHandle
return System.UInt32

instanceType public_oe property

public INSTANCETYPE instanceType
return INSTANCETYPE

outputHandle public_oe property

public UInt32,System outputHandle
return System.UInt32

outputType public_oe property

public INSTANCETYPE outputType
return INSTANCETYPE

parentCommandIndex public_oe property

public int parentCommandIndex
return int