onUnload property

Stream<ThermionEntity> get onUnload

A Stream containing every ThermionEntity removed from the scene (i.e. via removeEntity, clearEntities, removeLight or clearLights).

Implementation

Stream<ThermionEntity> get onUnload;