GetRotation(AnimationStream)
Gets the rotation of the transform in world space.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public Quaternion GetRotation(AnimationStream stream)
Parameters
The AnimationStream that manages this handle.
Returns
Type | Description |
|---|---|
| Quaternion | The rotation of the transform in world space. |