skipped
An event that takes place when the system misses an action event’s time interval.
Declaration
static var skipped: ActionEventType { get }Discussion
RealityKit generates a skip event under the following conditions:
The current time is greater than or equal to the event’s ending time.
The previous frame’s time is less than the event’s starting time.