mirror of
https://github.com/godotengine/godot.git
synced 2024-11-13 23:52:41 +00:00
Merge pull request #33194 from conankzhang/doc-theme
Add descriptions to clear and copy_theme.
This commit is contained in:
commit
0ef3a8b5ca
@ -15,6 +15,7 @@
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Clears all values on the theme.
|
||||
</description>
|
||||
</method>
|
||||
<method name="clear_color">
|
||||
@ -85,6 +86,7 @@
|
||||
<argument index="0" name="other" type="Theme">
|
||||
</argument>
|
||||
<description>
|
||||
Sets the Theme's values to a copy of a given theme.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_color" qualifiers="const">
|
||||
|
Loading…
Reference in New Issue
Block a user