EntityDescription
Defined in: packages/engine/src/stores/devtools.ts:131
One entity’s context bundle, for the agent that cannot look.
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
behaviours |
DevtoolsNode[] |
- |
node |
DevtoolsNode |
- |
relations |
Relation[] |
- |
screenRect? |
ScreenRect |
Where it stands on the canvas, for a playtest that clicks it; none where nothing draws or it is behind the camera. |
screenshot? |
string |
A PNG data URL framed on the entity; none where nothing draws. |
systems |
SystemEntry[] |
The blocks of the step and the frame that touch it, in loop order. |
traits? |
Record<string, unknown> |
The entity’s traits from dump(). |