mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Improves EditorInspector documentation
This commit is contained in:
@@ -2546,13 +2546,13 @@
|
||||
The property is a translatable string.
|
||||
</constant>
|
||||
<constant name="PROPERTY_USAGE_GROUP" value="128" enum="PropertyUsageFlags">
|
||||
Used to group properties together in the editor.
|
||||
Used to group properties together in the editor. See [EditorInspector].
|
||||
</constant>
|
||||
<constant name="PROPERTY_USAGE_CATEGORY" value="256" enum="PropertyUsageFlags">
|
||||
Used to categorize properties together in the editor.
|
||||
</constant>
|
||||
<constant name="PROPERTY_USAGE_SUBGROUP" value="512" enum="PropertyUsageFlags">
|
||||
Used to group properties together in the editor in a subgroup (under a group).
|
||||
Used to group properties together in the editor in a subgroup (under a group). See [EditorInspector].
|
||||
</constant>
|
||||
<constant name="PROPERTY_USAGE_NO_INSTANCE_STATE" value="2048" enum="PropertyUsageFlags">
|
||||
The property does not save its state in [PackedScene].
|
||||
|
||||
Reference in New Issue
Block a user