B1AnimNotifyEventData_PlayAnim
- Animation notify event data for playing animations on a target object or character,
* storing begin and end animation info.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BeginAnimInfo | FB1PlayAnimInfo | Animation info to play when this notify begins. | Category: Target Play Anim |
| EndAnimInfo | FB1PlayAnimInfo | Animation info to play when this notify ends. | Category: Target Play Anim |
| Type | EB1NotyfyType | Whether this is a one-shot Notify or a duration-based NotifyState. | |
| TriggerTime | float | Time in seconds within the animation at which this event triggers. | |
| Duration | float | Duration in seconds for NotifyState events. |