Interface for custom joints in the physics system.
用于物理系统中自定义关节的接口。
Destroy the joint.
销毁关节。
Gets the angular force applied by the joint.
获取关节施加的角力。
Gets the linear force applied by the joint.
获取关节施加的线性力。
True to enable collision, false to disable.
Sets whether collision is enabled between the connected bodies.
设置是否启用连接体之间的碰撞。
True to enable, false to disable.
Enables or disables the joint.
启用或禁用关节。
Checks if the joint is still valid (not broken).
检查关节是否仍然有效(未断裂)。
The maximum force value.
The maximum force the joint can apply before breaking.
设置关节在断裂前可施加的最大力。
The maximum torque value.
The maximum torque the joint can apply before breaking.
设置关节在断裂前可施加的最大扭矩。
The collider to set.
Sets the collider for this joint.
设置此关节的碰撞体。
The collider to connect to.
Sets the connected collider for this joint.
设置此关节连接的碰撞体。
The scale value to set.
The scale to apply to the inverse inertia of collider0 for resolving this constraint.
设置应用于连接碰撞体逆惯性的缩放比例,用于解析此约束。
The scale to apply to the inverse mass of collider 0 for resolving this constraint.
设置应用于连接碰撞体逆质量的缩放比例,用于解析此约束。
The local position to set.
Sets the local anchor/frame position for the connected actor.
设置连接执行体的本地锚点/框架位置。
The scale to apply to the inverse inertia of collider1 for resolving this constraint.
设置应用于主碰撞体逆惯性的缩放比例,用于解析此约束。
Sets the local anchor/frame position for the main actor.
设置主执行体的本地锚点/框架位置。
The scale to apply to the inverse mass of collider 1 for resolving this constraint.
设置应用于主碰撞体逆质量的缩放比例,用于解析此约束。
The node to set as the owner.
Sets the owner node of the joint.
设置关节的所有者节点。
En
Interface for custom joints in the physics system.
Zh
用于物理系统中自定义关节的接口。