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