liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
TextBlock
liberty
framework
gui
controls
*
final
class
TextBlock :
Widget
{
mixin
WidgetConstructor
;
}
Members
Mixins
__anonymous
mixin
WidgetConstructor
Undocumented in source.
Mixed In Members
From
mixin
WidgetConstructor
this
this
(string id, Gui gui)
*
Inherited Members
From Widget
getGui
Gui
getGui
()
*
setIndex
typeof
(
this
)
setIndex
(int x, int y)
* * Returns reference to this so it can be used in a stream.
setIndex
typeof
(
this
)
setIndex
(Vector2I value)
* * Returns reference to this so it can be used in a stream.
getIndex
Vector2I
getIndex
()
*
isMouseColliding
bool
isMouseColliding
()
*
setZIndex
typeof
(
this
)
setZIndex
(int value)
* * Returns reference to this so it can be used in a stream.
getZIndex
int
getZIndex
()
*
update
void
update
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
liberty
framework
gui
controls
classes
Button
Canvas
CheckBox
CustomButton
CustomCheckBox
CustomControl
TextBlock
variables
uiSquareIndices
uiSquareVertices
*