SliderJoint:getAxis
EditReturns the axis of the slider, in world space.
x, y, z = SliderJoint: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. |