Property supportsHorizontalPlaneDetection
supportsHorizontalPlaneDetection
Indicates whether the provider implementation supports the detection of horizontal planes, such as the floor. If false, BoundedPlane trackables returned by XRPlaneSubsystem.GetChanges must not have their alignment values set to either HorizontalDown or HorizontalUp.
Declaration
public bool supportsHorizontalPlaneDetection { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports horizontal plane detection. Otherwise, false. |