//CREAT3D.ECS.DataModel.EventSystems.Topics// ===== TransformIsVisibleChangedTopic ===== ^Type | [[Topic]] | ^Payload | [[EmptyMessage]] | ^Broadcaster | [[ITransformComponent]] | This topic is broadcast from the [[ITransformComponent|TransformComponent]] of an [[Entity]] whenever the transform's IsVisible value changes whether that happens when the transform's IsVisibleSelf changes, in which case [[TransformIsVisibleSelfChangedTopic]] is also broadcast, or its Parent's visibility changes.