Legacy Documentation: Version 5.0
Language: English
  • C#
  • JS

Script language

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

Obsolete
Use AnimatorStateInfo.fullPathHash instead.

AnimatorStateInfo.nameHash

Switch to Manual
public var nameHash: int;

Description

The hashed name of the State.

The hash is generated using Animator::StringToHash. The string to pass should include the parent layer's name. For example, if you have a Run state in the Base Layer the string to generate the hash will be Base Layer.Run.