FMOD_Studio_EventInstance_SetProperty() private method

private FMOD_Studio_EventInstance_SetProperty ( IntPtr _event, EVENT_PROPERTY index, float value ) : RESULT
_event System.IntPtr
index EVENT_PROPERTY
value float
return RESULT
Beispiel #1
0
 public RESULT setProperty(EVENT_PROPERTY index, float value)
 {
     return(EventInstance.FMOD_Studio_EventInstance_SetProperty(this.rawPtr, index, value));
 }