API reference
Every public class, method, and event in @codexo/exojs. Generated from source.
interfaceSerializedScene
@codexo/exojs / core / stable
Top-level serialized form of a Scene produced by Scene.serialize and consumed by Scene.deserialize.
3
props
0
methods
0
events
Import
import { SerializedScene } from '@codexo/exojs'Top-level serialized form of a Scene produced by Scene.serialize and consumed by Scene.deserialize.
Properties3
The scene's structural root container subtree.
The scene's screen-fixed UI layer (Scene.ui), if it was materialized.
version: numberFormat version this document was written with (SERIALIZATION_VERSION).
Source