diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-04-20 19:06:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-20 19:06:02 +0200 |
commit | 4e4fcbd79352b96210929eab8f6cd1670af0462a (patch) | |
tree | 780315e0e4a6e9d8d6aac5b00308faffc91dd5c8 /doc/classes | |
parent | 9cf48b3e995b40bba174f062d0d3f4249e8cdbf0 (diff) | |
parent | 2cd952bd846678c5e16d47ed0986c74c6b997e73 (diff) |
Merge pull request #38045 from akien-mga/fix-subgroup-property
Fix handling of PROPERTY_USAGE_SUBGROUP in DocData and editor
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 03176af8db..cc4158936b 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1420,6 +1420,9 @@ <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). + </constant> <constant name="PROPERTY_USAGE_NO_INSTANCE_STATE" value="2048" enum="PropertyUsageFlags"> The property does not save its state in [PackedScene]. </constant> |