Class: SUIDrivingWheel
This page documents the methods and fields available in the SUIDrivingWheel class.
Members
| Signature | Description |
|---|---|
getAngle() | Returns the current angle. |
getAxis() | Returns the current axis. |
getAxisName() | Returns the current axis name. |
getLerp() | Returns the current lerp. |
getMaxAngle() | Returns the current max angle. |
getTargetRectObject() | Returns the current target rect object. |
getTargetRectType() | Returns the current target rect type. |
getValue() | Returns the current value. |
isClickable() | Returns whether clickable is true. |
isDown() | Returns whether down is true. |
isPressed() | Returns whether pressed is true. |
isUp() | Returns whether up is true. |
setAxis(Axis) | Sets or updates the axis. |
setAxisName(String) | Sets or updates the axis name. |
setClickable(boolean) | Sets or updates the clickable. |
setLerp(float) | Sets or updates the lerp. |
setMaxAngle(float) | Sets or updates the max angle. |
setTargetRectObject(SpatialObject) | Sets or updates the target rect object. |
setTargetRectType(STargetRect) | Sets or updates the target rect type. |