Visibility
Inherited
Hidden
Visible
Description
User indication of whether an entity is visible. Propagates down the entity hierarchy.
If an entity is hidden in this way, all [
Children
] (and all of their children and so on) who are set toInherited
will also be hidden.This is done by the
visibility_propagate_system
which uses the entity hierarchy andVisibility
to set the values of each entity's [InheritedVisibility
] component.