FMOD_Studio_EventDescription_IsValid() private method

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