TryGetBoundaryPoints(List<Vector3>)
Gets the list of 3D position values that represents the SDK-set boundary.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
public bool TryGetBoundaryPoints(List<Vector3> boundaryPoints)
Parameters
The list of boundary points.
Returns
Type | Description |
|---|---|
| bool | True if this XRInputSubsystem supports boundary points and they are available. Returns false otherwise. |