Exemplo n.º 1
0
 public EndOfFrameMainThreadScheduler()
 {
     MainThreadDispatcher.Initialize();
 }
Exemplo n.º 2
0
 public MainThreadScheduler()
 {
     MainThreadDispatcher.Initialize();
     scheduleAction = new Action <object>(Schedule);
 }
Exemplo n.º 3
0
 public FixedUpdateMainThreadScheduler()
 {
     MainThreadDispatcher.Initialize();
 }