Skip to content

Commit dc32e2c

Browse files
committed
Merge pull request #111267 from leandro-benedet-garcia/add-tutorial-link
Add "Ragdoll System" Tutorial to `PhysicalBone3D`
2 parents 75eefa2 + 07bbb6e commit dc32e2c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/classes/PhysicalBone3D.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[b]Note:[/b] In order to detect physical bones with raycasts, the [member SkeletonModifier3D.active] property of the parent [PhysicalBoneSimulator3D] must be [code]true[/code] and the [Skeleton3D]'s bone must be assigned to [PhysicalBone3D] correctly; it means that [method get_bone_id] should return a valid id ([code]>= 0[/code]).
99
</description>
1010
<tutorials>
11+
<link title="Ragdoll System">$DOCS_URL/tutorials/physics/ragdoll_system.html</link>
1112
</tutorials>
1213
<methods>
1314
<method name="_integrate_forces" qualifiers="virtual">

0 commit comments

Comments
 (0)