Skip to main content

DeferredComponent Struct

Internal structure tracking a deferred component. More...

Declaration

struct helios::engine::mechanics::lifecycle::components::DelayedComponentEnabler::DeferredComponent { ... }

Public Member Attributes Index

floatdelta

Remaining time in seconds until activation. More...

helios::engine::ecs::types::ComponentTypeIdcomponentTypeId

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

helios::engine::ecs::types::ComponentTypeId helios::engine::mechanics::lifecycle::components::DelayedComponentEnabler::DeferredComponent::componentTypeId

Type identifier of the deferred component.

Definition at line 58 of file DelayedComponentEnabler.ixx.

delta

float helios::engine::mechanics::lifecycle::components::DelayedComponentEnabler::DeferredComponent::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.