EntFreeJoint
Free Joint
Joint that can rotate in all / certain angles
ID: EntFreeJoint
Base Type: Entity Component
Values
Name | Type | Description |
---|---|---|
Connected To | Transform Part Variable | |
Connected From | Transform Part Variable | Part in this Entity to connect. If left blank it will use the top transform in this entity. |
Collide With Connected | Bool Variable | |
Offset | Vector3 Variable | |
XMotion | Enum Variable | The motion type that influences movement on the X axis. Free alows unrestrained movement on the X axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the X axis. |
YMotion | Enum Variable | The motion type that influences movement on the Y axis. Free alows unrestrained movement on the Y axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the Y axis. |
ZMotion | Enum Variable | The motion type that influences movement on the Z axis. Free alows unrestrained movement on the Z axis, Limited alows for movement within the Linear Limit, and Locked prevents all movement on the Z axis. |
Linear Limit | Number Variable | The range of movement allowed on Limited axes. This value is used for both positive and negative movement. - m |
Angular X Motion | Enum Variable | The motion type that influences rotation along the X axis. - Defaults to Free |
Low Angular X Limit | Number Variable | The minimum limit for X axis rotation. Cannot be higher than the High Angular X Limit. - degrees |
High Angular X Limit | Number Variable | The maximum limit for X axis rotation. Cannot be lower than the Low Angular X Limit. - degrees |
Angular Y Motion | Enum Variable | The motion type that influences rotation along the Y axis. Free alows unrestreained rotation on the X axis, Limited alows for rotation between the High and Low Angular X Limit, and Locked prevents all rotation on the X axis. - Defaults to Free |
Angular Y Limit | Number Variable | The range of rotation allowed on the Y axis. This value is used for both positive and negative rotation. - degrees |
Angular Z Motion | Enum Variable | The motion type that influences rotation along the Z axis. Free alows unrestreained rotation on the Z axis, Limited alows for rotation within Angular Z Limit, and Locked prevents all rotation on the Z axis. - Defaults to Free |
Angular Z Limit | Number Variable | The range of rotation allowed on the Z axis. This value is used for both positive and negative rotation. - degrees |
Updated almost 2 years ago