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