diff options
Diffstat (limited to 'doc/classes/BoneAttachment.xml')
-rw-r--r-- | doc/classes/BoneAttachment.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/doc/classes/BoneAttachment.xml b/doc/classes/BoneAttachment.xml deleted file mode 100644 index d15322254b..0000000000 --- a/doc/classes/BoneAttachment.xml +++ /dev/null @@ -1,20 +0,0 @@ -<?xml version="1.0" encoding="UTF-8" ?> -<class name="BoneAttachment" inherits="Spatial" version="4.0"> - <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=""""> - The name of the attached bone. - </member> - </members> - <constants> - </constants> -</class> |