Click or drag to resize

EditorFeatureProfileFeature Enumeration

[Missing <summary> documentation for "T:Godot.EditorFeatureProfile.Feature"]

Namespace:  Godot
Assembly:  GodotSharpEditor (in GodotSharpEditor.dll) Version: 1.0.0
Syntax
C#
public enum Feature
Members
  Member nameValueDescription
Feature3d0

The 3D editor. If this feature is disabled, the 3D editor won't display but 3D nodes will still display in the Create New Node dialog.

Script1

The Script tab, which contains the script editor and class reference browser. If this feature is disabled, the Script tab won't display.

AssetLib2

The AssetLib tab. If this feature is disabled, the AssetLib tab won't display.

SceneTree3

Scene tree editing. If this feature is disabled, the Scene tree dock will still be visible but will be read-only.

NodeDock4

The Node dock. If this feature is disabled, signals and groups won't be visible and modifiable from the editor.

FilesystemDock5

The FileSystem dock. If this feature is disabled, the FileSystem dock won't be visible.

ImportDock6

The Import dock. If this feature is disabled, the Import dock won't be visible.

Max7

Represents the size of the EditorFeatureProfileFeature enum.

See Also