Merge pull request #62132 from timothyqiu/doc-fixes
This commit is contained in:
commit
4463dd9d89
4 changed files with 6 additions and 6 deletions
|
|
@ -2501,7 +2501,7 @@
|
|||
Hints that an integer property is a bitmask using the optionally named 3D physics layers.
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_LAYERS_3D_NAVIGATION" value="14" enum="PropertyHint">
|
||||
Hints that an integer property is a bitmask using the optionally named 2D navigation layers.
|
||||
Hints that an integer property is a bitmask using the optionally named 3D navigation layers.
|
||||
</constant>
|
||||
<constant name="PROPERTY_HINT_FILE" value="15" enum="PropertyHint">
|
||||
Hints that a string property is a path to a file. Editing it will show a file dialog for picking the path. The hint string can be a set of filters with wildcards like [code]"*.png,*.jpg"[/code].
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue