A Text component for displaying multiple lines of text.
Constructor
new (?parent:DisplayObjectContainer, ?xpos:Float, ?ypos:Float, ?text:String)
Constructor
Parameters:
parent | The parent DisplayObjectContainer on which to add this Label. |
---|---|
xpos | The x position to place this component. |
ypos | The y position to place this component. |
text | The initial text to display in this component. |
Variables
selectable:Bool
Gets / sets whether or not this text component will be selectable. Only meaningful if editable is false.