Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StereoEndRender

Schedule notification of completion of stereo rendering on a single frame.
Read time 1 minuteLast updated 5 days ago

Definition

StereoEndRender(Camera)

Schedule notification of completion of stereo rendering on a single frame.
public void StereoEndRender(Camera camera)

Parameters

camera

Camera to indicate completion of stereo rendering.

Remarks

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.

StereoEndRender(Camera, int)

Schedule notification of completion of stereo rendering on a single frame.
public void StereoEndRender(Camera camera, int eye)

Parameters

camera

Camera to indicate completion of stereo rendering.

eye

The current eye to be rendered.

Remarks

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.

StereoEndRender(Camera, int, bool)

Schedule notification of completion of stereo rendering on a single frame.
public void StereoEndRender(Camera camera, int eye, bool isFinalPass)

Parameters

camera

Camera to indicate completion of stereo rendering.

eye

The current eye to be rendered.

isFinalPass

Remarks

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.