mirror of
https://github.com/godotengine/godot.git
synced 2026-02-15 11:50:43 +00:00
doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
parent
31f62f53c5
commit
92f07fefcd
251 changed files with 0 additions and 17248 deletions
|
|
@ -12,48 +12,6 @@
|
|||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_description" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_size" qualifiers="const">
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_title" qualifiers="const">
|
||||
<return type="String">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_description">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="description" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_size">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="size" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_title">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="title" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="description" type="String" setter="set_description" getter="get_description">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue