animatorClipInfo
The animator clip info related to this event (Read Only).
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine
- Assembly: UnityEngine.AnimationModule
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, _isFiredByAnimator