Skip to main content

Destroyed Struct Template

Tag component indicating that the entity entered the destroyed lifecycle state. More...

Declaration

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

Public Member Typedefs Index

template <typename THandle>
usingHandle_type = THandle

Description

Tag component indicating that the entity entered the destroyed lifecycle state.

Systems can use this marker to skip updates or trigger cleanup/despawn behavior.

Template Parameters
THandle

Entity handle type associated with the owning world.

Definition at line 19 of file Destroyed.ixx.

Public Member Typedefs

Handle_type

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

Definition at line 21 of file Destroyed.ixx.

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