currentFsceneVersion top-level constant Serialization
int
const currentFsceneVersion
The current .fscene format version this build reads and writes.
Version 3 documents delta-serialize component properties (a value equal
to its schema default is omitted) and nest structured settings such as
audio attenuation; the encoding itself is unchanged, but a version 2
reader would silently drop the nested keys, so writers stamp 3 and old
readers refuse loudly.
Implementation
const int currentFsceneVersion = 3;