VisibleEntities
VisibleEntities
Description
Collection of entities visible from the current view.
This component contains all entities which are visible from the currently rendered view. The collection is updated automatically by the [
VisibilitySystems::CheckVisibility
] system set. Renderers can use the equivalent [RenderVisibleEntities
] to optimize rendering of a particular view, to prevent drawing items not visible from that view.This component is intended to be attached to the same entity as the [
Camera
] and the [Frustum
] defining the view.