text |
string
|
null
|
<optional>
|
null
|
The new text for the label (if any). |
sticky |
string
|
null
|
<optional>
|
null
|
The new alignment for the label ('top', 'bottom', 'left', 'right'). |
visible |
boolean
|
<optional>
|
true
|
Whether the label should be visible. |
speed |
number
|
<optional>
|
this.owner.animationSpeed
|
The animation speed for the label's position transition. |
posX |
number
|
<optional>
|
this.x
|
The X-coordinate for the label's position. |
posY |
number
|
<optional>
|
this.y
|
The Y-coordinate for the label's position. |
paddingX |
number
|
<optional>
|
10
|
Horizontal padding around the label. |
paddingY |
number
|
<optional>
|
10
|
Vertical padding around the label. |