Beta
Contains information related to changes to the time of a WorldClock.
export class WorldClockOnTimeModifiedAfterEvent { private constructor(); readonly clock: WorldClock;} Copy
export class WorldClockOnTimeModifiedAfterEvent { private constructor(); readonly clock: WorldClock;}
Private
Readonly
The world clock that had its time modified.
This property can't be read in early-execution mode.
Contains information related to changes to the time of a WorldClock.
Source