Rc
Contains information regarding a specific entity container being closed.
export class EntityContainerClosedAfterEvent { private constructor(); readonly closeSource: ContainerAccessSource; readonly entity: Entity;} Copy
export class EntityContainerClosedAfterEvent { private constructor(); readonly closeSource: ContainerAccessSource; readonly entity: Entity;}
Private
Readonly
The source of the entity container being closed.
This property can't be read in early-execution mode.
Contains information regarding a specific entity container being closed.
Source