Readonly
typeAdd the control given to the list of controls feeding into this axis
Set the factor to multiply the input value given with setInput with
Feed an input value into this control and fire the events EVENT_CONTROL.INPUT and EVENT_CONTROL.OUTPUT
Set the time-object to be used when calculating the output in CONTROL_TYPE.INTEGRAL
Handles multiple controls as inputs and creates an output from that. As a subclass of Control, axis calculates the ouput summing up the inputs and processing the result using its own settings.
Dispatches EVENT_CONTROL.OUTPUT and EVENT_CONTROL.INPUT when one of the controls dispatches them.