CalcAnimatorParameter

Calculate and change the parameter of Animator.

CalcAnimatorParameter

Properties

Property Name Description
Execute Method Flags The method to execute
Enter
Execute with the method entered in the node.
Update
Execute with node update method.
Late Update
Execute at LateUpdate.
Leave
Execute when leaving a node.
Fixed Update
Execute with FixedUpdate method.
Reference Reference Animator and Parameter name.
Function Type to calculate (Int, Float only).
Assign
Substitute values.
Add
Add values.
To subtract it, specify a negative value.
Float Value float value to be computed
Int Value int value to be computed
Bool Value bool value to compute.
In case of bool value, substitute this value as it is.