ReadableWorld
ReadableWorld =
Pick<World,"valid"|"has"|"get">
Defined in: ecs/entityBox.ts:25
The three reads a box derivation needs — so an editor’s read-only projection of a World satisfies it without being handed the mutators.
ReadableWorld =
Pick<World,"valid"|"has"|"get">
Defined in: ecs/entityBox.ts:25
The three reads a box derivation needs — so an editor’s read-only projection of a World satisfies it without being handed the mutators.