GetRotationReadMask(AnimationStream)
Gets the rotation read mask of the transform.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public bool GetRotationReadMask(AnimationStream stream)
Parameters
The AnimationStream that holds the animated values.
Returns
Type | Description |
|---|---|
| bool | Returns true if the rotation can be read. |