Interface: EntityOptions
Defined in: ecs/entity.ts:8
Options for configuring an Entity.
Properties
enabled
enabled:
boolean
Defined in: ecs/entity.ts:12
Indicates whether the entity is enabled.
parent?
optionalparent:Entity
Defined in: ecs/entity.ts:17
The optional parent entity to assign at creation.