Make PROPERTY_HINT_GROUP_ENABLE hide properties by default
This commit is contained in:
@ -2956,8 +2956,8 @@
|
||||
Hints that a property will be changed on its own after setting, such as [member AudioStreamPlayer.playing] or [member GPUParticles3D.emitting].
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_GROUP_ENABLE" value="42" enum="PropertyHint">
|
||||
Hints that a boolean property will enable the feature associated with the group that it occurs in. Only works within a group or subgroup. Use the optional hint string [code]"feature"[/code] when the group only has properties that are meaningful when the feature is enabled.
|
||||
[b]Note:[/b] The [code]"feature"[/code] hint string does not modify or reset any values.
|
||||
Hints that a boolean property will enable the feature associated with the group that it occurs in. The property will be displayed as a checkbox on the group header. Only works within a group or subgroup.
|
||||
By default, disabling the property hides all properties in the group. Use the optional hint string [code]"checkbox_only"[/code] to disable this behavior.
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_INPUT_NAME" value="43" enum="PropertyHint">
|
||||
Hints that a [String] or [StringName] property is the name of an input action. This allows the selection of any action name from the Input Map in the Project Settings. The hint string may contain two options separated by commas:
|
||||
|
||||
Reference in New Issue
Block a user