2022-03-15 13:29:32 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-08 19:45:06 +02:00
<class name= "GLTFSkeleton" inherits= "Resource" version= "3.5" >
2022-03-15 13:29:32 +01:00
<brief_description >
</brief_description>
<description >
2022-08-08 19:45:06 +02:00
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [GLTFSkeleton] within a script will cause an error in an exported project.
2022-03-15 13:29:32 +01:00
</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-08 19:45:06 +02:00
<method name= "get_pandemonium_bone_node" >
2022-03-15 13:29:32 +01:00
<return type= "Dictionary" />
<description >
</description>
</method>
2022-08-08 19:45:06 +02:00
<method name= "get_pandemonium_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-08 19:45:06 +02:00
<method name= "set_pandemonium_bone_node" >
2022-03-15 13:29:32 +01:00
<return type= "void" />
2022-08-08 19:45:06 +02:00
<argument index= "0" name= "pandemonium_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-08 19:45:06 +02:00
<member name= "joints" type= "PoolIntArray" setter= "set_joints" getter= "get_joints" default= "PoolIntArray( )" >
2022-03-15 13:29:32 +01:00
</member>
2022-08-08 19:45:06 +02:00
<member name= "roots" type= "PoolIntArray" setter= "set_roots" getter= "get_roots" default= "PoolIntArray( )" >
2022-03-15 13:29:32 +01:00
</member>
</members>
2022-08-08 19:45:06 +02:00
<constants >
</constants>
2022-03-15 13:29:32 +01:00
</class>