GetLocalRotation(AnimationStream)
Gets the rotation of the transform relative to the parent.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public Quaternion GetLocalRotation(AnimationStream stream)
Parameters
The AnimationStream that manages this handle.
Returns
Type | Description |
|---|---|
| Quaternion | The rotation of the transform relative to the parent. |