# nameHash

> Returns the hash of the parameter based on its name.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.AnimationModule

```csharp
public int nameHash { get; }
```

### Remarks

Additional Resources: [Animator.StringToHash](/engine/6000.6/script-reference/unityengine/animator/stringtohash.md) for information on hashing the name.
