Skip to main content

B1AnimNotifyEventData_Base

  • Base struct for animation notify event data, storing the notify type,
    * trigger time, and duration shared by all event subtypes.
PropertyTypeDescriptionMetadata
TypeEB1NotyfyTypeWhether this is a one-shot Notify or a duration-based NotifyState.
TriggerTimefloatTime in seconds within the animation at which this event triggers.
DurationfloatDuration in seconds for NotifyState events.