FMOD_Studio_EventDescription_SetCallback() 개인적인 메소드

private FMOD_Studio_EventDescription_SetCallback ( IntPtr eventdescription, EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask ) : RESULT
eventdescription System.IntPtr
callback EVENT_CALLBACK
callbackmask EVENT_CALLBACK_TYPE
리턴 RESULT
 public RESULT setCallback(EVENT_CALLBACK callback, EVENT_CALLBACK_TYPE callbackmask = EVENT_CALLBACK_TYPE.ALL)
 {
     return(EventDescription.FMOD_Studio_EventDescription_SetCallback(this.rawPtr, callback, callbackmask));
 }