Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
GrooveJoint2D¶
继承: Joint2D < Node2D < CanvasItem < Node < Object
将两个物理体的运动限制在某个固定轴上的物理关节。
描述¶
将两个物理体的运动限制在某个固定轴上的物理关节。例如代表活塞基底的 StaticBody2D 可以附加至代表能够上下移动的活塞头的 RigidBody2D 之上。
属性¶
|
||
|
属性说明¶
这个物体B的初始锚点位置,由关键的原点和沿关节Y轴(沿着沟槽)的局部偏移 initial_offset 定义。
沟槽的长度。沟槽是从关键原点沿着关节局部 Y 轴朝向 length 。