Skip to content

API > AnimatorControllerParameter


AnimatorControllerParameter⚓︎

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.

Members⚓︎

Properties⚓︎

Name Description
AnimatorControllerParameter.defaultBoolProperty The default bool value for the parameter.
AnimatorControllerParameter.defaultFloatProperty The default float value for the parameter.
AnimatorControllerParameter.defaultIntProperty The default int value for the parameter.
AnimatorControllerParameter.nameProperty The name of the parameter.
AnimatorControllerParameter.nameHashProperty Returns the hash of the parameter based on its name.
AnimatorControllerParameter.typeProperty The type of the parameter.

Constructor⚓︎

Name Description
AnimatorControllerParameter()Constructor Creates new AnimatorControllerParameter.