FMOD_Studio_EventDescription_IsOneshot() 개인적인 메소드

private FMOD_Studio_EventDescription_IsOneshot ( IntPtr eventdescription, bool &oneshot ) : RESULT
eventdescription System.IntPtr
oneshot bool
리턴 RESULT
 public RESULT isOneshot(out bool oneshot)
 {
     return(EventDescription.FMOD_Studio_EventDescription_IsOneshot(this.rawPtr, out oneshot));
 }