SetInt(AnimationStream, int)
Sets the integer property value into a stream.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public void SetInt(AnimationStream stream, int value)
Parameters
Remarks
If the property is not an integer, the method will throw an .
InvalidOperationException