mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-20 04:23:54 +00:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@@ -9,38 +9,12 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_color" qualifiers="const">
|
||||
<return type="Color">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_grow" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_thickness" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_vertical" qualifiers="const">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_color">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="color" type="Color">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_grow">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -49,22 +23,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_thickness">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="thickness" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_vertical">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="vertical" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="color" type="Color" setter="set_color" getter="get_color">
|
||||
|
||||
Reference in New Issue
Block a user