예제 #1
0
 public override void startDisplay()
 {
     context          = VideoEngine.Instance.Context;
     rendererExecutor = RendererExecutor.Instance;
 }
예제 #2
0
 public ThreadRenderer(RendererExecutor outerInstance)
 {
     this.outerInstance = outerInstance;
 }