AnimatorControllerParameter

class in UnityEngine

Switch to Manual

Description

Used to communicate between scripting and the controller. Some parameters can be set in scripting and used by the controller, while other parameters are based on Custom Curves in Animation Clips and can be sampled using the scripting API.

Variables

defaultBoolThe default bool value for the parameter.
defaultFloatThe default float value for the parameter.
defaultIntThe default int value for the parameter.
nameThe name of the parameter.
nameHashReturns the hash of the parameter based on its name.
typeThe type of the parameter.