# animatorClipInfo

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

## Definition

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

```csharp
public AnimatorClipInfo animatorClipInfo { get; }
```

### Remarks

This property contains information about the animation clip that triggered the event, including the clip reference and its weight. 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: [AnimatorClipInfo](/engine/6000.6/script-reference/unityengine/animatorclipinfo.md), [AnimationEventInfo.isFiredByAnimator](/engine/6000.6/script-reference/unityengine/animationeventinfo/isfiredbyanimator.md).
