//CREAT3D.ECS.DataModel.EventSystems.Topics// ===== EntityCreatedTopic ===== ^Type | [[Topic]] | ^Payload | [[ValueMessage]]<[[Entity|IEntity]]> | ^Broadcaster | [[IEntityFactory]] | This topic is broadcast from the [[IEntityFactory]] when an [[Entity]] completes its construction. The ValueMessage carries the [[Entity]] that was just created. See [[IEntityFactory]] for more information on delayed Entity Creation Broadcasts.