Esempio n. 1
0
 public RESULT setPriority(int priority)
 {
     return(Channel.FMOD5_Channel_SetPriority(base.getRaw(), priority));
 }