Inheritance: HandleBase
Exemplo n.º 1
0
 public RESULT getMode(out MODE mode)
 {
     return(ChannelControl.FMOD5_ChannelGroup_GetMode(this.rawPtr, out mode));
 }
Exemplo n.º 2
0
 // ReSharper restore NotAccessedField.Local
 public CallbackHandler(ChannelControl fmod)
 {
     _fmod = fmod;
 }
Exemplo n.º 3
0
 public RESULT setMode(MODE mode)
 {
     return(ChannelControl.FMOD5_ChannelGroup_SetMode(this.rawPtr, mode));
 }