godot/doc/classes/BoneAttachment.xml
Rémi Verschelde 53d73f59eb doc: Drop unused <demos> tag
(cherry picked from commit 6af69f851a)
2019-04-19 13:10:25 +02:00

21 lines
650 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="BoneAttachment" inherits="Spatial" category="Core" version="3.1">
<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>
<methods>
</methods>
<members>
<member name="bone_name" type="String" setter="set_bone_name" getter="get_bone_name">
The name of the attached bone.
</member>
</members>
<constants>
</constants>
</class>