enum StereoTargetEye : System.Enum

book_4_sparkGenerated
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 a bitwise combination of its member 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