FMOD_Studio_EventDescription_Is3D() private method

private FMOD_Studio_EventDescription_Is3D ( IntPtr eventdescription, bool &is3D ) : RESULT
eventdescription System.IntPtr
is3D bool
return RESULT
 public RESULT is3D(out bool is3D)
 {
     return(EventDescription.FMOD_Studio_EventDescription_Is3D(this.rawPtr, out is3D));
 }