onUnload property
A Stream containing every ThermionEntity removed from the scene (i.e. via removeEntity
, clearEntities, removeLight
or clearLights).
Implementation
@override
Stream<ThermionEntity> get onUnload => _onUnloadController.stream;
A Stream containing every ThermionEntity removed from the scene (i.e. via removeEntity
, clearEntities, removeLight
or clearLights).
@override
Stream<ThermionEntity> get onUnload => _onUnloadController.stream;