Class: RemoveFromWorldStrategyComponent
Defined in: lifecycle/strategies/remove-from-world-strategy-component.ts:7
Strategy component that marks an entity to be removed from the world when its lifetime expires. This is a pure data component with no logic - it acts as a marker/tag.
Extends
Constructors
Constructor
new RemoveFromWorldStrategyComponent():
RemoveFromWorldStrategyComponent
Returns
RemoveFromWorldStrategyComponent
Inherited from
Accessors
id
Get Signature
get
staticid():symbol
Defined in: ecs/types/Component.ts:12
The unique id of the component.
Returns
symbol