mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
List advanced gui objects (3.4)
This commit is contained in:
@@ -106,8 +106,8 @@ Tools must be disabled in order to use this flag, as the editor is not designed
|
||||
to operate without 3D support. Without it, the binary size can be reduced
|
||||
by about 15%.
|
||||
|
||||
Disabling advanced GUI nodes
|
||||
----------------------------
|
||||
Disabling advanced GUI objects
|
||||
------------------------------
|
||||
|
||||
- **Space savings:** Moderate
|
||||
- **Difficulty:** Easy
|
||||
@@ -120,6 +120,31 @@ TextEdit or GraphEdit. They can be disabled using a build flag:
|
||||
|
||||
scons p=windows target=release tools=no disable_advanced_gui=yes
|
||||
|
||||
This is everything that will be disabled:
|
||||
|
||||
- FileDialog
|
||||
- PopupMenu
|
||||
- Tree
|
||||
- TextEdit
|
||||
- TreeItem
|
||||
- OptionButton
|
||||
- SpinBox
|
||||
- ColorPicker
|
||||
- ColorPickerButton
|
||||
- RichTextLabel
|
||||
- RichTextEffect
|
||||
- CharFXTransform
|
||||
- PopupDialog
|
||||
- WindowDialog
|
||||
- AcceptDialog
|
||||
- ConfirmationDialog
|
||||
- MarginContainer
|
||||
- ViewportContainer
|
||||
- SplitContainer
|
||||
- HSplitContainer
|
||||
- GraphNode
|
||||
- GraphEdit
|
||||
|
||||
Disabling unwanted modules
|
||||
--------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user