FMOD_Studio_EventDescription_IsValid() private méthode

private FMOD_Studio_EventDescription_IsValid ( IntPtr eventdescription ) : bool
eventdescription System.IntPtr
Résultat bool
 protected override bool isValidInternal()
 {
     return(EventDescription.FMOD_Studio_EventDescription_IsValid(this.rawPtr));
 }