===== TransformPositionChangedTopic ===== ^Namespace | CREAT3D.ECS.DataModel.EventSystems.Topics | ^Payload | [[ValueChangedMessage]] | ^Broadcaster | [[ITransformComponent]] | This topic is broadcast from the [[ITransformComponent|TransformComponent]] of an [[Entity]] whenever the transform's Position value changes. The payload carries two Vector3 values. //Before// is the previous Position value and //After// is the new Position value.