Contents

ActionEventType

A set of events that an action responds to.

Declaration

struct ActionEventType

Overview

Actions can respond to specific events with one or more custom event handlers that you associate with each event type.

RealityKit calls the event handlers when the animation time enters, exits, or continues within a time interval for an ActionEventDefinition.

A time interval for an event begins at its starting time and spans up to, but doesn’t include, the event’s starting time plus its duration.

Topics

Event types

Protocol support

See Also

Action events