Value | Meaning |
---|---|
genEditStateDisabled0 | If passed to PackedScene.instance, blocks edits to the scene state. |
genEditStateInstance1 | If passed to PackedScene.instance, provides inherited scene resources to the local scene. Note: Only available in editor builds. |
genEditStateMain2 | If passed to PackedScene.instance, provides local scene resources to the local scene. Only the main scene should receive the main edit state. Note: Only available in editor builds. |