File formats·skills/ignifx/references/formats/ignifx.scene.md
ignifx.scene
<!-- Generated by `pnpm docs:schemas`. Do not edit by hand. -->Scene file (
Scene file (ignifx/scene-file)#
A level or a prefab: a tree of entities with components, instanced scenes, and overrides. One format for both (ADR-0005).
| Field | Kind | Default | Description |
|---|---|---|---|
format | str | "ignifx.scene" | Always "ignifx.scene". |
formatVersion | u32 | 1 | The file format version; 1 before ignifx 1.0. |
engineVersion | str | "" | The @ignifx/core version that wrote the file. |
name | str | "" | The scene's name. |
settings | map | {} | Scene-level values interpreted by systems. |
entities | array | [] | Every entity, in tree order. |