UIDrivingWheel
Complete API reference for UIDrivingWheel, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: UI
Component: yes
public class UIDrivingWheel extends Component
Constructors
| Signature | Description |
|---|---|
UIDrivingWheel(UIDrivingWheel) | Executes UIDrivingWheel and returns after the underlying engine call finishes. |
UIDrivingWheel(Engine) | Executes UIDrivingWheel and returns after the underlying engine call finishes. |
UIDrivingWheel() | Creates a new instance of UIDrivingWheel. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | UIDrivingWheel | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
value | float | get | Virtual attribute exposed by getValue. Access it like a field to read or write the underlying value. |
angle | float | get | Virtual attribute exposed by getAngle. Access it like a field to read or write the underlying value. |
lerp | float | get/set | Virtual attribute exposed by getLerp. Access it like a field to read or write the underlying value. |
maxAngle | float | get/set | Virtual attribute exposed by getMaxAngle. Access it like a field to read or write the underlying value. |
pressed | boolean | get | Virtual attribute exposed by isPressed. Access it like a field to read or write the underlying value. |
down | boolean | get | Virtual attribute exposed by isDown. Access it like a field to read or write the underlying value. |
up | boolean | get | Virtual attribute exposed by isUp. Access it like a field to read or write the underlying value. |
color | Color | get/set | Virtual attribute exposed by getColor. Access it like a field to read or write the underlying value. |
texture | Texture | get/set | Virtual attribute exposed by getTexture. Access it like a field to read or write the underlying value. |