Skip to main content

Inactive Struct Template

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

Declaration

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

Public Member Typedefs Index

template <typename THandle>
usingHandle_type = THandle

Description

Tag component indicating that an entity is inactive.

This empty struct serves as a marker component for filtering inactive 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

Active

See Also

Entity::setActive

Definition at line 24 of file Inactive.ixx.

Public Member Typedefs

Handle_type

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

Definition at line 25 of file Inactive.ixx.

25 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.