Skip to content

WorldEntitySnapshot

Defined in: Inspector.ts:209

active: boolean

Defined in: Inspector.ts:217

entity.isActive — own activeness AND every ancestor’s. Dormant entities stay in the snapshot; they are out of queries and stop updating.


components: ComponentStateSnapshot[]

Defined in: Inspector.ts:225


optional facets?: InspectorFacets

Defined in: Inspector.ts:233

Entity-level namespaced facets, each surfaced by the contributor that owns the namespace (see InspectorFacetContributor.inspectEntity). For the renderer’s render namespace this is the first painted component’s facet — a convenience for the common single-sprite/text case. Read the per-component facets on ComponentStateSnapshot.facets to inspect the rest.


id: string

Defined in: Inspector.ts:210


parent: string | null

Defined in: Inspector.ts:212


transform: object

Defined in: Inspector.ts:218

rotation: number

scaleX: number

scaleY: number

x: number

y: number


type: string

Defined in: Inspector.ts:211