Enum EditorFeatureProfile.Feature
- Namespace
- Godot
- Assembly
- GodotSharpEditor.dll
public enum EditorFeatureProfile.Feature : long
Fields
AssetLib = 2The AssetLib tab. If this feature is disabled, the AssetLib tab won't display.
Feature3D = 0The 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.
FilesystemDock = 5The FileSystem dock. If this feature is disabled, the FileSystem dock won't be visible.
HistoryDock = 7The History dock. If this feature is disabled, the History dock won't be visible.
ImportDock = 6The Import dock. If this feature is disabled, the Import dock won't be visible.
Max = 8Represents the size of the EditorFeatureProfile.Feature enum.
NodeDock = 4The Node dock. If this feature is disabled, signals and groups won't be visible and modifiable from the editor.
SceneTree = 3Scene tree editing. If this feature is disabled, the Scene tree dock will still be visible but will be read-only.
Script = 1The Script tab, which contains the script editor and class reference browser. If this feature is disabled, the Script tab won't display.