HingeJoint:getAxis
EditReturns the axis of the hinge.
x, y, z = HingeJoint:getAxis()
Arguments
None
Returns
Name | Type | Description |
x | number | The x component of the axis. |
y | number | The y component of the axis. |
z | number | The z component of the axis. |
Returns the axis of the hinge.
x, y, z = HingeJoint:getAxis()
None
Name | Type | Description |
x | number | The x component of the axis. |
y | number | The y component of the axis. |
z | number | The z component of the axis. |