Beta
Contains information related to when the time of a WorldClock hits a TimeMarker.
export class WorldClockOnTimeMarkerAfterEvent { private constructor(); readonly clock: WorldClock; readonly timeMarker: TimeMarker;} Copy
export class WorldClockOnTimeMarkerAfterEvent { private constructor(); readonly clock: WorldClock; readonly timeMarker: TimeMarker;}
Private
Readonly
The world clock that hit a time marker.
This property can't be read in early-execution mode.
The time marker that was hit by the world clock.
Contains information related to when the time of a WorldClock hits a TimeMarker.
Source