Skip to content

WorldEntitySnapshot

Defined in: Inspector.ts:198

components: ComponentStateSnapshot[]

Defined in: Inspector.ts:209


optional facets?: InspectorFacets

Defined in: Inspector.ts:217

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:199


parent: string | null

Defined in: Inspector.ts:201


transform: object

Defined in: Inspector.ts:202

rotation: number

scaleX: number

scaleY: number

x: number

y: number


type: string

Defined in: Inspector.ts:200