Version: 2020.1
言語: 日本語
public void StereoEndRender (Camera camera);
public void StereoEndRender (Camera camera, int eye);
public void StereoEndRender (Camera camera, int eye, bool isFinalPass);

パラメーター

camera Camera to indicate completion of stereo rendering.
eye The current eye to be rendered.

説明

Schedule notification of completion of stereo rendering on a single frame.

Notify clients that stereo rendering has completed so they can begin any post-render work.

Additionally, this API will reset properties on the camera that had been affected by stereo rendering.

See Also: SetupCameraProperties, StartMultiEye, StopMultiEye, CullingResults.GetCullingParameters.