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