Ejemplo n.º 1
0
 public RESULT setParameterBool(int index, bool value)
 {
     return(DSP.FMOD5_DSP_SetParameterBool(this.rawPtr, index, value));
 }