Model - Scene functions
Every function callable as Scene.* inside an expression — an argument input, a parameter binding, a table cell. Pure: no side effects, no async.
| Function | Returns | Description | Arg | Type | Meaning |
|---|---|---|---|---|---|
Scene.entities() | object | Every leaf entity of the whole evaluated scene, flattened. Root/scene expressions ONLY — an isolated scope (component, texture, sheet) and a page never see it. Reading it from inside the root fold throws a named Circular dependency error. |