Enum XROcclusionFrameProperties
Represents the properties included in the camera frame.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
[Flags]
public enum XROcclusionFrameProperties
Fields
Name | Description |
---|---|
Fovs | The fields of view for the frame are included. |
NearFarPlanes | The near and far planes are included. |
None | No occlusion frame properties are included. |
Poses | The poses for the frame are included. |
Timestamp | The timestamp of the frame is included. |