API reference
API reference
Select your platform
No SDKs available
No versions available

StereoOffsetMode Enum

Signature

enum StereoOffsetMode : Enum<StereoOffsetMode> 

Enumeration Constants

MemberDescription
WORLD_SPACE
Stereo Offsets are positioned in absolute world space. They do not take into account the Entity's position.
LOCAL_SPACE
Stereo Offsets are positioned relative to the Entity's local space. If the Entity has no Transform, the offsets are positioned in world space.
Did you find this page helpful?