FMOD_Studio_EventInstance_SetPitch() private method

private FMOD_Studio_EventInstance_SetPitch ( IntPtr _event, float pitch ) : RESULT
_event System.IntPtr
pitch float
return RESULT
Beispiel #1
0
 public RESULT setPitch(float pitch)
 {
     return(EventInstance.FMOD_Studio_EventInstance_SetPitch(this.rawPtr, pitch));
 }