enum StereoTargetEye : System.Enum

robot_2Generated
code_blocksInput

Description

The StereoTargetEye enumeration in the Sandbox namespace is used to specify which eye(s) should be rendered in stereo. It is marked with the FlagsAttribute, allowing for bitwise operations on its values. This enum is useful in scenarios where rendering for virtual reality or stereo displays is required.

Members

Fields

Member Name Summary
None Don't render in stereo
LeftEye Only render the left eye
RightEye Only render the right eye
Both Render both eyes in stereo