| Package | com.alexomara.ane.AIRControl.controllers.elements |
| Class | public class AIRControlControllerAxis |
| Inheritance | AIRControlControllerAxis AIRControlControllerElement flash.events.EventDispatcher |
This class is used for controller elements which are created automatically and should not be instantiated manually.
See also
| Property | Defined By | ||
|---|---|---|---|
| position : Number
The current position of the axis as a floating point number from -1 to 1. | AIRControlControllerAxis | ||
| Method | Defined By | ||
|---|---|---|---|
Creates a new AIRControlControllerAxis object. | AIRControlControllerAxis | ||
| Event | Summary | Defined By | ||
|---|---|---|---|---|
| Dispatched on axis state change. | AIRControlControllerAxis | |||
| position | property |
position:NumberThe current position of the axis as a floating point number from -1 to 1.
public function get position():Number public function set position(value:Number):void| AIRControlControllerAxis | () | Constructor |
public function AIRControlControllerAxis()Creates a new AIRControlControllerAxis object.
| AIRControlControllerEvent.axisChange | Event |
com.alexomara.ane.AIRControl.events.AIRControlControllerEventcom.alexomara.ane.AIRControl.events.AIRControlControllerEventDispatched on axis state change.