Skip to main content

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

SignatureDescription
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

NameTypeDescription
instanceUIDrivingWheelRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
valuefloatgetVirtual attribute exposed by getValue. Access it like a field to read or write the underlying value.
anglefloatgetVirtual attribute exposed by getAngle. Access it like a field to read or write the underlying value.
lerpfloatget/setVirtual attribute exposed by getLerp. Access it like a field to read or write the underlying value.
maxAnglefloatget/setVirtual attribute exposed by getMaxAngle. Access it like a field to read or write the underlying value.
pressedbooleangetVirtual attribute exposed by isPressed. Access it like a field to read or write the underlying value.
downbooleangetVirtual attribute exposed by isDown. Access it like a field to read or write the underlying value.
upbooleangetVirtual attribute exposed by isUp. Access it like a field to read or write the underlying value.
colorColorget/setVirtual attribute exposed by getColor. Access it like a field to read or write the underlying value.
textureTextureget/setVirtual attribute exposed by getTexture. Access it like a field to read or write the underlying value.