API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

I

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
version: number
Format version this document was written with (SERIALIZATION_VERSION).
Source