GetInt(AnimationStream)
Gets the integer property value from a stream.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public int GetInt(AnimationStream stream)
Parameters
The AnimationStream that holds the animated values.
Returns
Type | Description |
|---|---|
| int | The integer property value. |
Remarks
If the property is not an integer, the method will throw an .
InvalidOperationException