TryGetPosition(out Vector3)
Attempt to retrieve a vector representing the current position of the tracked node.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEngine.XR
- Assembly: UnityEngine.XRModule
TryGetPosition(Vector3)
public bool TryGetPosition(out Vector3 position)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the position was set in the output parameter. False if the position is not available due to limitations of the underlying platform or if the node is not presently tracked. |