DeferredComponent Struct
Internal structure tracking a deferred component. More...
Declaration
struct helios::engine::mechanics::lifecycle::components::DelayedComponentEnabler::DeferredComponent { ... }
Public Member Attributes Index
| float | delta |
|
Remaining time in seconds until activation. More... | |
| helios::engine::ecs::types::ComponentTypeId | componentTypeId |
|
Type identifier of the deferred component. More... | |
Description
Internal structure tracking a deferred component.
Definition at line 49 of file DelayedComponentEnabler.ixx.
Public Member Attributes
componentTypeId
|
Type identifier of the deferred component.
Definition at line 58 of file DelayedComponentEnabler.ixx.
58 helios::engine::ecs::types::ComponentTypeId componentTypeId;
delta
|
Remaining time in seconds until activation.
Definition at line 53 of file DelayedComponentEnabler.ixx.
53 float delta;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.15.0.