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> | |
| using | Handle_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>
|
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.