Property supportsVerticalPlaneDetection
supportsVerticalPlaneDetection
Indicates whether the provider implementation supports the detection of vertical planes, such as walls. If false, BoundedPlane trackables returned by XRPlaneSubsystem.GetChanges must not have their alignment value set to Vertical.
Declaration
public bool supportsVerticalPlaneDetection { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports vertical plane detection. Otherwise, false. |