/// Marker component indicating the entity's transform needs recalculation.
///
/// The transform propagation system uses this flag to determine which
/// entities need their [`super::GlobalTransform`] updated. This is added
/// automatically when [`super::LocalTransform`] or [`super::Parent`] changes.
;