Parameters in State Machines

Parameters can also be controlled by State Machines.

To use a parameter in a state machine:

  1. Add a new column

  2. Select the column type Parameter

  3. Link the desired parameter

Each state in the state machine can then define a different value for that parameter.

State transitions will automatically update the parameter according to the current state.

Parameters can also use Morph transitions inside the state machine for smooth value changes.

Last updated