Interface: Component
Defined in: ecs/types/Component.ts:5
Represents a component in the Entity-Component-System (ECS) architecture. Each component has a unique name represented by a symbol.
Properties
name
readonly
name:symbol
Defined in: ecs/types/Component.ts:9
The unique name of the component.