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
| Signature | Description |
|---|---|
UIAxisEventListener() | Creates a new instance of UIAxisEventListener. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
axisName | String | get/set | Virtual attribute exposed by getAxisName. Access it like a field to read or write the underlying value. |
value | Vector2 | get/set | Virtual attribute exposed by getValue. Access it like a field to read or write the underlying value. |
Methods
| Signature | Returns | Description |
|---|---|---|
getAxisName() | String | Returns the current axisName value. |
getValue() | Vector2 | Returns the current value value. |
setAxisName(String) | void | Sets axisName. |
setValue(float, float) | void | Sets value. |
setValue(Vector2) | void | Sets value. |