BallJoint:setAnchor
EditSets a new anchor point for the BallJoint.
Sets the anchor point using numbers.
Arguments
Name | Type | Description |
x | number | The x coordinate of the anchor point, in world coordinates. |
y | number | The y coordinate of the anchor point, in world coordinates. |
z | number | The z coordinate of the anchor point, in world coordinates. |
Returns
Nothing
Sets the anchor point using a vector.
Arguments
Name | Type | Description |
anchor | Vec3 | The anchor point, in world coordinates. |
Returns
Nothing
See also
BallJoint