# animatorStateInfo

> The animator state info related to this event (Read Only).

## Definition

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

```csharp
public AnimatorStateInfo animatorStateInfo { get; }
```

### Remarks

This property contains information about the animator state that triggered the event, including normalized time, length, and state hashes. Note: The data in this member is only set when the event is fired from an Animator Component. When fired by an Animation component it contains default values.

Additional Resources: [AnimatorStateInfo](/engine/6000.7/script-reference/unityengine/animatorstateinfo.md), [\_isFiredByAnimator](/engine/6000.7/script-reference/unityengine/animationeventinfo/isfiredbyanimator.md)
