EditorFeatureProfileFeature Enumeration |
[Missing <summary> documentation for "T:Godot.EditorFeatureProfile.Feature"]
Namespace: Godot
public enum Feature
| Member name | Value | Description | |
|---|---|---|---|
| Feature3d | 0 | 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. | |
| Script | 1 | The Script tab, which contains the script editor and class reference browser. If this feature is disabled, the Script tab won't display. | |
| AssetLib | 2 | The AssetLib tab. If this feature is disabled, the AssetLib tab won't display. | |
| SceneTree | 3 | Scene tree editing. If this feature is disabled, the Scene tree dock will still be visible but will be read-only. | |
| NodeDock | 4 | The Node dock. If this feature is disabled, signals and groups won't be visible and modifiable from the editor. | |
| FilesystemDock | 5 | The FileSystem dock. If this feature is disabled, the FileSystem dock won't be visible. | |
| ImportDock | 6 | The Import dock. If this feature is disabled, the Import dock won't be visible. | |
| Max | 7 | Represents the size of the EditorFeatureProfileFeature enum. |