2019-09-24 11:44:48 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-02-14 14:18:53 +01:00
|
|
|
<class name="Skin" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
2019-09-24 11:44:48 +02:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="add_bind">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bone" type="int" />
|
|
|
|
<argument index="1" name="pose" type="Transform3D" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-01-14 12:16:33 +01:00
|
|
|
<method name="add_named_bind">
|
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="name" type="String" />
|
|
|
|
<argument index="1" name="pose" type="Transform3D" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2019-09-24 11:44:48 +02:00
|
|
|
<method name="clear_binds">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_bind_bone" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_bind_count" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-02-22 14:59:09 +01:00
|
|
|
<method name="get_bind_name" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="StringName" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2020-02-22 14:59:09 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2019-09-24 11:44:48 +02:00
|
|
|
<method name="get_bind_pose" qualifiers="const">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Transform3D" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_bind_bone">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="bone" type="int" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_bind_count">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_count" type="int" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2020-02-22 14:59:09 +01:00
|
|
|
<method name="set_bind_name">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="name" type="StringName" />
|
2020-02-22 14:59:09 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2019-09-24 11:44:48 +02:00
|
|
|
<method name="set_bind_pose">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="bind_index" type="int" />
|
|
|
|
<argument index="1" name="pose" type="Transform3D" />
|
2019-09-24 11:44:48 +02:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
</class>
|