示例#1
0
 public RESULT set3DMinMaxDistance(float min, float max)
 {
     return(Sound.FMOD5_Sound_Set3DMinMaxDistance(this.rawPtr, min, max));
 }