UniversalConstraint

Hiển Thị Bản Đã Lỗi Thời

*Nội dung này sẽ sớm có sẵn bằng ngôn ngữ bạn chọn.

A UniversalConstraint ensures two axes on two bodies remain perpendicular. Contextually, this constraint is more restrictive than a BallSocketConstraint but less restrictive than a HingeConstraint by one degree of freedom.

Example applications of this constraint include transmitting power between the transmission and drive shafts of cars, robotics, and more.

When configuring this constraint, it may be helpful to study Roblox Units to understand how Roblox units compare to metric units.

Limits

Enabling the LimitsEnabled property exposes the MaxAngle limit to restrict tilt within a cone, as well as Restitution which defines the elasticity of the attachments when they reach the limit.

Tóm Tắt

Thuộc Tính

  • Đọc Song Song

    Determines whether the angular motion of attachments' primary axes is limited.

  • Đọc Song Song

    The max angle, in degrees, of the constraint's limiting cone.

  • Đọc Song Song

    The constraint's visualization radius.

  • Đọc Song Song

    The restitution coefficient of the cone constraint.

Thuộc Tính kế thừa từ Constraint

Thuộc Tính

LimitsEnabled

Đọc Song Song

This property, when enabled, limits the relative angular motion of the primary axes of attachments through a cone constraint. The default value is false.

MaxAngle

Đọc Song Song

This property determines the max angle, in degrees, of the constraint's limiting cone, formed from Attachment0 and its primary axis. The default value is 45 degrees.

In order for this property to take affect, the constraint's LimitsEnabled property must be set to true.

Radius

Đọc Song Song

This property indicates the constraint's visualization radius, in studs. Default value is 0.2.

Restitution

Đọc Song Song

This property determines the restitution of the two Attachments connected by the UniversalConstraint when they reach the end of the range specified by MaxAngle. The value defaults to 0 and can be any floating number in the range of 0 to 1. Only applies when LimitsEnabled is set to true.

Phương Pháp

Sự Kiện