Enum PackedScene.GenEditState

enum GenEditState : int { ... }

Enum members

NameDescription
genEditStateDisabled If passed to instance, blocks edits to the scene state.
genEditStateInstance If passed to instance, provides local scene resources to the local scene. Note: Only available in editor builds.
genEditStateMain If passed to 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.