Skip to content

EntitySnapshot

Defined in: Inspector.ts:113

Backward-compatible summary snapshot returned by query helpers.

active: boolean

Defined in: Inspector.ts:124

entity.isActive — own activeness AND every ancestor’s. getEntities() lists dormant entities; the name-based lookups do not, so this is how a caller tells “asleep and reusable” from “gone”.


components: string[]

Defined in: Inspector.ts:117


id: number

Defined in: Inspector.ts:114


name: string

Defined in: Inspector.ts:115


optional position?: object

Defined in: Inspector.ts:118

x: number

y: number


tags: string[]

Defined in: Inspector.ts:116