Skip to main content

UIAxisEventListener

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

Package: JAVARuntime

Category: UI

Component: yes


public class UIAxisEventListener extends Component

Constructors

SignatureDescription
UIAxisEventListener()Creates a new instance of UIAxisEventListener.

Virtual Attributes

NameTypeAccessDescription
axisNameStringget/setVirtual attribute exposed by getAxisName. Access it like a field to read or write the underlying value.
valueVector2get/setVirtual attribute exposed by getValue. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
getAxisName()StringReturns the current axisName value.
getValue()Vector2Returns the current value value.
setAxisName(String)voidSets axisName.
setValue(float, float)voidSets value.
setValue(Vector2)voidSets value.