Skip to main content

UIJoystick

Complete API reference for UIJoystick, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: UI

Component: yes


public class UIJoystick extends Component

Constructors

SignatureDescription
UIJoystick(UIJoystick)Executes UIJoystick and returns after the underlying engine call finishes.
UIJoystick(Engine)Executes UIJoystick and returns after the underlying engine call finishes.
UIJoystick()Creates a new instance of UIJoystick.

Attributes

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

Virtual Attributes

NameTypeAccessDescription
backgroundColorColorget/setVirtual attribute exposed by getBackgroundColor. Access it like a field to read or write the underlying value.
backgroundTextureTextureget/setVirtual attribute exposed by getBackgroundTexture. Access it like a field to read or write the underlying value.
handleSizePercentagefloatget/setVirtual attribute exposed by getHandleSizePercentage. Access it like a field to read or write the underlying value.
handlerColorColorget/setVirtual attribute exposed by getHandlerColor. Access it like a field to read or write the underlying value.
handlerTextureTextureget/setVirtual attribute exposed by getHandlerTexture. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getValue()Vector2Executes getValue and returns after the underlying engine call finishes.