Click or drag to resize

PackedSceneGenEditState Enumeration

[Missing <summary> documentation for "T:Godot.PackedScene.GenEditState"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum GenEditState
Members
  Member nameValueDescription
Disabled0

If passed to Instance(PackedSceneGenEditState), blocks edits to the scene state.

Instance1

If passed to Instance(PackedSceneGenEditState), provides local scene resources to the local scene.

Note: Only available in editor builds.

Main2

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.

See Also