FMOD_Studio_EventDescription_LoadSampleData() private method

private FMOD_Studio_EventDescription_LoadSampleData ( IntPtr eventdescription ) : RESULT
eventdescription System.IntPtr
return RESULT
Ejemplo n.º 1
0
 public RESULT loadSampleData()
 {
     return(EventDescription.FMOD_Studio_EventDescription_LoadSampleData(this.rawPtr));
 }