コード例 #1
0
 public void MoveScene()
 {
     RenderPipeline.AddCommandBeforeFrame(this, (o) => ((GPURPScene)o).QueueJob());
 }