WorldEntitySnapshot
Defined in: Inspector.ts:209
Properties
Section titled “Properties”active
Section titled “active”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
Section titled “components”components:
ComponentStateSnapshot[]
Defined in: Inspector.ts:225
facets?
Section titled “facets?”
optionalfacets?: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
Section titled “parent”parent:
string|null
Defined in: Inspector.ts:212
transform
Section titled “transform”transform:
object
Defined in: Inspector.ts:218
rotation
Section titled “rotation”rotation:
number
scaleX
Section titled “scaleX”scaleX:
number
scaleY
Section titled “scaleY”scaleY:
number
x:
number
y:
number
type:
string
Defined in: Inspector.ts:211