示例#1
0
 public Channel(CueBehavior cueBehavior)
 {
     cues             = null;
     this.cueBehavior = cueBehavior;
     aoEvents         = null;
 }
示例#2
0
 public static void InitializePerformance(string debugReason, CueBehavior playlists, EventPlayer players, bool looped, int playerLayer, MiniTransform transforms, bool forceInterrupt = true, Action onEndPerformanceCallbacks = null)
 {
     InitializePerformance(debugReason, new CueBehavior[] { playlists }, new EventPlayer[] { players }, looped, playerLayer, transforms, forceInterrupt, new Action[] { onEndPerformanceCallbacks });
 }
示例#3
0
 public Channel(Event[] aoEvents)
 {
     cues          = null;
     this.aoEvents = aoEvents;
     cueBehavior   = null;
 }