Contains information related to changes in player editor mode.
export class ModeChangeAfterEvent { private constructor(); readonly mode: EditorMode;} Copy
export class ModeChangeAfterEvent { private constructor(); readonly mode: EditorMode;}
Private
Readonly
The editor mode that the player is changed to.
This property can't be read in early-execution mode.
Contains information related to changes in player editor mode.
Source