1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75
|
<?xml version="1.0" encoding="UTF-8" ?>
<class name="Skin" inherits="Resource" version="3.6" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<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>
|