예제 #1
0
 public SingleElementPlayer(IElement element, IElementPlayingCallbacks callbacks, Action <StartElementPlayer> finishedAction, bool playMusicOnAllSpeakers)
     : base(element, finishedAction, playMusicOnAllSpeakers)
 {
     m_Callbacks = callbacks;
     m_ElementId = element.Id;
 }
예제 #2
0
파일: Playing.cs 프로젝트: zBart/Ares
 public static void SetCallbacks(IElementPlayingCallbacks callbacks)
 {
     sPlayer.ElementCallbacks = callbacks;
 }