CREAT3D.ECS.DataModel.EventSystems.Topics
| Type | Topic |
|---|---|
| Payload | ValueChangedMessage<IEntity?> |
| Broadcaster | ITransformComponent |
This topic is broadcast from the TransformComponent of an IEntity whenever the transform's Parent value changes. The payload carries two IEntity values. Before is the previous Parent IEntity value which can be null if there was no Parent assigned, and After is the new IEntity Parent which can also be null if no Parent is assigned anymore.