summaryrefslogtreecommitdiff
path: root/doc/classes/BoneAttachment.xml
blob: a6145b6a78344a9983564f04e9f5c04f63a405c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8" ?>
<class name="BoneAttachment" inherits="Spatial" category="Core" version="3.2">
	<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" default="&quot;&quot;">
			The name of the attached bone.
		</member>
	</members>
	<constants>
	</constants>
</class>