Property supportsArbitraryPlaneDetection
supportsArbitraryPlaneDetection
Indicates whether the provider implementation supports the detection of planes that are aligned with neither the horizontal nor vertical axes. If false, BoundedPlane trackables returned by XRPlaneSubsystem.GetChanges must not have their alignment value set to NotAxisAligned.
Declaration
public bool supportsArbitraryPlaneDetection { get; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports the detection of planes oriented at arbitrary angles. Otherwise, false. |