C# Class FMOD.Studio.USER_PROPERTY

Exibir arquivo Open project: fmod/UnityIntegration Class Usage Examples

Public Properties

Property Type Description
boolValue bool
floatValue float
intValue int
name string
stringValue string
type USER_PROPERTY_TYPE

Property Details

boolValue public_oe property

public bool boolValue
return bool

floatValue public_oe property

public float floatValue
return float

intValue public_oe property

public int intValue
return int

name public_oe property

public string name
return string

stringValue public_oe property

public string stringValue
return string

type public_oe property

public USER_PROPERTY_TYPE type
return USER_PROPERTY_TYPE