Property supportsBoundaryVertices
supportsBoundaryVertices
Indicates whether the provider implementation supports boundary vertices for its planes. If false, XRPlaneSubsystem.GetBoundary must throw a NotSupportedException.
Declaration
public bool supportsBoundaryVertices { get; set; }
Property Value
| Type | Description |
|---|---|
| bool | true if the implementation supports boundary vertices for its planes. Otherwise, false. |