Method |
Description |
|
FMOD_Studio_EventDescription_CreateInstance ( IntPtr eventdescription, IntPtr &instance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetID ( IntPtr eventdescription, GUID &id ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetInstanceCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetInstanceList ( IntPtr eventdescription, IntPtr array, int capacity, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetLength ( IntPtr eventdescription, int &length ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetMaximumDistance ( IntPtr eventdescription, float &distance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetMinimumDistance ( IntPtr eventdescription, float &distance ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameter ( IntPtr eventdescription, byte name, PARAMETER_DESCRIPTION_INTERNAL ¶meter ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameterByIndex ( IntPtr eventdescription, int index, PARAMETER_DESCRIPTION_INTERNAL ¶meter ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetParameterCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetPath ( IntPtr eventdescription, [ path, int size, int &retrieved ) : RESULT |
|
|
FMOD_Studio_EventDescription_GetUserPropertyCount ( IntPtr eventdescription, int &count ) : RESULT |
|
|
FMOD_Studio_EventDescription_Is3D ( IntPtr eventdescription, bool &is3D ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsOneshot ( IntPtr eventdescription, bool &oneshot ) : RESULT |
|
|
FMOD_Studio_EventDescription_IsStream ( IntPtr eventdescription, bool &isStream ) : RESULT |
|
|
FMOD_Studio_EventDescription_ReleaseAllInstances ( IntPtr eventdescription ) : RESULT |
|
|
FMOD_Studio_EventDescription_SetCallback ( IntPtr eventdescription, EVENT_CALLBACK callback ) : RESULT |
|
|