enum StereoOffsetMode : Enum<StereoOffsetMode>
| Member | Description |
|---|---|
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.
|