コード例 #1
0
ファイル: Channel.cs プロジェクト: nowcoder001/dragonnest_src
 public RESULT setPosition(uint position, TIMEUNIT postype)
 {
     return(Channel.FMOD5_Channel_SetPosition(base.getRaw(), position, postype));
 }