Enum XRBoundingBoxInstructions
The room capture instructions, as defined by the specification of RoomCaptureSession.Instruction by Apple.
Namespace: UnityEngine.XR.ARKit
Assembly: Unity.XR.ARKit.dll
Syntax
[Flags]
public enum XRBoundingBoxInstructions : uint
Fields
Name | Description |
---|---|
LowTexture | The instruction that indicates the room feature is not distinguishable to detect when scanning. |
MoveAwayFromWall | The instruction that requests the user move further from the wall when scanning. |
MoveCloseToWall | The instruction that requests the user move closer to the wall when scanning. |
None | No instruction returning. |
Normal | The instruction that indicates scanning proceeds normally. |
SlowDown | The instruction that requests the user move slower when scanning. |
TurnOnLight | The instruction that requests the user increase the amount of light in the room when scanning. |