コード例 #1
0
            protected override void SetupCommandBuffer(RenderTexture renderTexture)
            {
#if CAPTURE_ACTION
                CameraCaptureBridge.AddCaptureAction(targetCamera, AddCaptureCommands);
#else
                CameraCapture.AddCaptureAction(targetCamera, AddCaptureCommands);
#endif
            }
コード例 #2
0
ファイル: CameraInput.cs プロジェクト: Reflex21/Moba
 protected override void SetupCommandBuffer(RenderTexture renderTexture)
 {
     CameraCapture.AddCaptureAction(targetCamera, AddCaptureCommands);
 }