Anim Set Value Integer
This is an animation component, meaning it can only be added to Animation States. This component cannot be added to regular GameObjects.
Overview
This animation component allows you to modify any Animation Parameter when the state is entered, or exited.
There is a seperate component for each parameter data type. You can find these here:
Type | Component |
---|---|
Boolean | Anim Set Value Bool |
Float | Anim Set Value Float |
Integer | Anim Set Value Integer |
Component Fields
Field | Description |
---|---|
Parameter | The name of the parameter to update. |
Value | The new value for the parameter. |
Transition | Determines whether the value should be set when the state is entered, or exited. |