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> { ... }

Public Member Typedefs Index

template <typename THandle>
usingHandle_type = 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.

Public Member Typedefs

Handle_type

template <typename THandle>
using helios::ecs::components::Active< THandle >::Handle_type = THandle

Definition at line 26 of file Active.ixx.

26 using Handle_type = THandle;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.