2017-09-12 20:42:36 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2018-02-27 12:57:10 +00:00
<class name= "BoneAttachment" inherits= "Spatial" category= "Core" version= "3.0.2" >
2017-09-12 20:42:36 +00:00
<brief_description >
A node that will attach to a bone.
</brief_description>
<description >
This node must be the child of a [Skeleton] node. You can then select a bone for this node to attach to. The BoneAttachment node will copy the transform of the selected bone.
</description>
<tutorials >
</tutorials>
<demos >
</demos>
<methods >
</methods>
2018-01-11 22:38:35 +00:00
<members >
<member name= "bone_name" type= "String" setter= "set_bone_name" getter= "get_bone_name" >
The name of the attached bone.
</member>
</members>
2017-09-12 20:42:36 +00:00
<constants >
</constants>
</class>