1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-22 15:06:45 +00:00
Files
godot/doc/classes/JointLimitation3D.xml
Silc Lizard (Tokage) Renew bf22eb25e3 Add IKModifier3D
2025-11-04 02:38:48 +09:00

12 lines
448 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<class name="JointLimitation3D" inherits="Resource" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
A base class of the limitation that interacts with [ChainIK3D].
</brief_description>
<description>
The limitation is attached to each joint and limits the rotation of the bone.
</description>
<tutorials>
</tutorials>
</class>