# parentAnchorRotation

> Rotation of the anchor relative to this body's parent.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.5/script-reference/unityengine.md)
* **Assembly:** UnityEngine.PhysicsModule

```csharp
public Quaternion parentAnchorRotation { get; set; }
```

### Remarks

Defined in the space of the parent articulation body.

Units of measurement - quaternions in Scripting and degrees in the Editor.
