FMOD_Studio_EventDescription_ReleaseAllInstances() private méthode

private FMOD_Studio_EventDescription_ReleaseAllInstances ( IntPtr eventdescription ) : RESULT
eventdescription System.IntPtr
Résultat RESULT
 public RESULT releaseAllInstances()
 {
     return(EventDescription.FMOD_Studio_EventDescription_ReleaseAllInstances(this.rawPtr));
 }