PackedSceneGenEditState Enumeration |
[Missing <summary> documentation for "T:Godot.PackedScene.GenEditState"]
Namespace: Godot
public enum GenEditState
Member name | Value | Description | |
---|---|---|---|
Disabled | 0 | If passed to Instance(PackedSceneGenEditState), blocks edits to the scene state. | |
Instance | 1 | If passed to Instance(PackedSceneGenEditState), provides local scene resources to the local scene. Note: Only available in editor builds. | |
Main | 2 | If passed to Instance(PackedSceneGenEditState), provides local scene resources to the local scene. Only the main scene should receive the main edit state. Note: Only available in editor builds. |