SceneEntry
SceneEntry =
SceneEntityData|PrefabInstanceEntry
Defined in: scene/sceneEntry.ts:17
A scene-file entity is either an ordinary entity record or a prefab-instance
entry — a minimal delta over a .esprefab asset. The runtime expands each
instance through the same flattenPrefab core the editor uses, so a saved
prefab scene loads identically in both.