f5836b40d4
For the time being we don't support writing a description for those, preferring
having all details in the method's description.
Using self-closing tags saves half the lines, and prevents contributors from
thinking that they should write the argument or return documentation there.
(cherry picked from commit 7adf4cc9b5
)
75 lines
2 KiB
XML
75 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Skin" inherits="Resource" version="3.4">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="add_bind">
|
|
<return type="void" />
|
|
<argument index="0" name="bone" type="int" />
|
|
<argument index="1" name="pose" type="Transform" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="clear_binds">
|
|
<return type="void" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bind_bone" qualifiers="const">
|
|
<return type="int" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bind_count" qualifiers="const">
|
|
<return type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bind_name" qualifiers="const">
|
|
<return type="String" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_bind_pose" qualifiers="const">
|
|
<return type="Transform" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bind_bone">
|
|
<return type="void" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<argument index="1" name="bone" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bind_count">
|
|
<return type="void" />
|
|
<argument index="0" name="bind_count" type="int" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bind_name">
|
|
<return type="void" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<argument index="1" name="name" type="String" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_bind_pose">
|
|
<return type="void" />
|
|
<argument index="0" name="bind_index" type="int" />
|
|
<argument index="1" name="pose" type="Transform" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|