Type Alias: QueryResult<T>
QueryResult<
T> =object
Defined in: new-ecs/ecs-world.ts:6
Type Parameters
T
T extends readonly unknown[]
Properties
components
components:
T
Defined in: new-ecs/ecs-world.ts:8
entity
entity:
number
Defined in: new-ecs/ecs-world.ts:7