A Horizontal slider with a label and a value label.
Constructor
new (?parent:DisplayObjectContainer, ?xpos:Float, ?ypos:Float, ?label:String, ?defaultHandler:Dynamic)
Constructor
Parameters:
parent | The parent DisplayObjectContainer on which to add this HUISlider. |
---|---|
x | The x position to place this component. |
y | The y position to place this component. |
label | The string to use as the label for this component. |
defaultHandler | The event handling function to handle the default event for this component. |