doc: Remove setters and getters now exposed via properties/members
This commit is contained in:
@ -11,34 +11,6 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="get_next_pass" qualifiers="const">
|
||||
<return type="Material">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_render_priority" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_next_pass">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="next_pass" type="Material">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_render_priority">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="priority" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="next_pass" type="Material" setter="set_next_pass" getter="get_next_pass">
|
||||
|
||||
Reference in New Issue
Block a user