# TryGetPosition(out Vector3)

> Gets the world position of the bone

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.XR](/engine/6000.0/script-reference/unityengine/xr.md)
* **Assembly:** UnityEngine.XRModule

## TryGetPosition(Vector3)

```csharp
public bool TryGetPosition(out Vector3 position)
```

### Parameters

**** (\[Vector3]\(/engine/6000.0/script-reference/unityengine/vector3)): Vector3 to receive the position of the bone in Unity world space.

### Returns

| Type                                                          | Description                                          |
| ------------------------------------------------------------- | ---------------------------------------------------- |
| [bool](https://learn.microsoft.com/dotnet/api/system.boolean) | true if the rotation was retrieved, false otherwise. |
