SceneMigrationResult
Defined in: scene/scene.ts:358
Properties
Section titled “Properties”data:
SceneData
Defined in: scene/scene.ts:360
A migrated copy — the input is never mutated.
fromVersion
Section titled “fromVersion”fromVersion:
number
Defined in: scene/scene.ts:366
migrated
Section titled “migrated”migrated:
boolean
Defined in: scene/scene.ts:362
True if any legacy shape was upgraded (callers may prompt a re-save).
retired
Section titled “retired”retired:
string[]
Defined in: scene/scene.ts:365
Retired engine components dropped, by name — an editor says which it upgraded away; a runtime load has no one to tell.
toVersion
Section titled “toVersion”toVersion:
number
Defined in: scene/scene.ts:367