WorldManifest
此内容尚不支持你的语言。
Defined in: residency/cells.ts:40
A cooked world: the persistent scene’s cells.
Properties
Section titled “Properties”cells:
WorldCell[]
Defined in: residency/cells.ts:52
cellSize
Section titled “cellSize”cellSize:
number
Defined in: residency/cells.ts:45
Edge of one grid square, world units.
persistentRefs
Section titled “persistentRefs”persistentRefs:
number[]
Defined in: residency/cells.ts:51
Authored ids in the persistent world that a cell holds a hard reference to. Only these are kept resolvable — a table of every row would be a cost the whole world pays for the handful of references that exist.
scene:
string
Defined in: residency/cells.ts:43
Registered name of the persistent scene these cells belong to.
version
Section titled “version”version:
number
Defined in: residency/cells.ts:41