SliderJoint:getAxis

Edit

Returns the axis of the slider, in world space.

x, y, z = SliderJoint:getAxis()

Arguments

None

Returns

NameTypeDescription
xnumber The x component of the axis.
ynumber The y component of the axis.
znumber The z component of the axis.

See also