Skip to content
Shapemetry

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.

FunctionReturnsDescriptionArgTypeMeaning
Scene.entities()objectEvery 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.
Last updated: 📖 1 min readEdit on GitHub