2022-03-15 13:29:32 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2022-08-07 20:52:06 +02:00
|
|
|
<class name="GLTFSkeleton" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
2022-03-15 13:29:32 +01:00
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_bone_attachment">
|
2022-08-07 21:00:54 +02:00
|
|
|
<return type="BoneAttachment" />
|
2022-03-15 13:29:32 +01:00
|
|
|
<argument index="0" name="idx" type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_bone_attachment_count">
|
|
|
|
<return type="int" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-07 20:52:06 +02:00
|
|
|
<method name="get_godot_bone_node">
|
2022-03-15 13:29:32 +01:00
|
|
|
<return type="Dictionary" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-07 20:52:06 +02:00
|
|
|
<method name="get_godot_skeleton">
|
2022-08-07 21:00:54 +02:00
|
|
|
<return type="Skeleton" />
|
2022-03-15 13:29:32 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_unique_names">
|
|
|
|
<return type="Array" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2022-08-07 20:52:06 +02:00
|
|
|
<method name="set_godot_bone_node">
|
2022-03-15 13:29:32 +01:00
|
|
|
<return type="void" />
|
2022-08-07 20:52:06 +02:00
|
|
|
<argument index="0" name="godot_bone_node" type="Dictionary" />
|
2022-03-15 13:29:32 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_unique_names">
|
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="unique_names" type="Array" />
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2022-08-07 20:52:06 +02:00
|
|
|
<member name="joints" type="PackedInt32Array" setter="set_joints" getter="get_joints" default="PackedInt32Array()">
|
2022-03-15 13:29:32 +01:00
|
|
|
</member>
|
2022-08-07 20:52:06 +02:00
|
|
|
<member name="roots" type="PackedInt32Array" setter="set_roots" getter="get_roots" default="PackedInt32Array()">
|
2022-03-15 13:29:32 +01:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|