2019-09-24 09:44:48 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2021-04-26 11:14:51 +00:00
|
|
|
<class name="Skin" inherits="Resource" version="3.4">
|
2019-09-24 09:44:48 +00:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_bind">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bone" type="int" />
|
|
|
|
<argument index="1" name="pose" type="Transform" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="clear_binds">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_bind_bone" qualifiers="const">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_bind_count" qualifiers="const">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="int" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-03-09 09:07:59 +00:00
|
|
|
<method name="get_bind_name" qualifiers="const">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="String" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2020-03-09 09:07:59 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2019-09-24 09:44:48 +00:00
|
|
|
<method name="get_bind_pose" qualifiers="const">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="Transform" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_bind_bone">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="bone" type="int" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_bind_count">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_count" type="int" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-03-09 09:07:59 +00:00
|
|
|
<method name="set_bind_name">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="name" type="String" />
|
2020-03-09 09:07:59 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2019-09-24 09:44:48 +00:00
|
|
|
<method name="set_bind_pose">
|
2021-07-30 13:28:05 +00:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="pose" type="Transform" />
|
2019-09-24 09:44:48 +00:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|