Skip to main content

Active Struct Template

Tag component indicating that an entity is active. More...

Declaration

template <typename THandle> struct helios::ecs::components::Active<THandle> { ... }

Description

Tag component indicating that an entity is active.

This empty struct serves as a marker component for filtering active entities in views. It is automatically managed by `Entity<TEntityManager>::setActive()`.

Template Parameters
THandle

The entity handle type used for domain-specific typing.

See Also

Inactive

See Also

Entity::setActive

Definition at line 24 of file Active.ixx.


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.