CREAT3D.ECS.DataModel.EventSystems.Topics

EntityDestroyedTopic

Type Topic
Payload ValueMessage<IEntity>
Broadcaster IEntityFactory

This topic is broadcast from the IEntityFactory when an Entity is destroyed. The ValueMessage<IEntity> carries the Entity that was just destroyed.