Legacy Documentation: Version 5.4
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AnimatorControllerParameter

class in UnityEngine

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 bool value for the parameter.
defaultIntThe default bool value for the parameter.
nameThe name of the parameter.
nameHashReturns the hash of the parameter based on its name.
typeThe type of the parameter.