ImgButton

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(string text)
Undocumented in source.

Members

Aliases

color
alias color = label.color
Undocumented in source.
text
alias text = label.text
Undocumented in source.

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
onSize
void onSize()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

clickedSprite
Sprite clickedSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
clickedSprite
Sprite clickedSprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
hoveredSprite
Sprite hoveredSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
hoveredSprite
Sprite hoveredSprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
idleSprite
Sprite idleSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
idleSprite
Sprite idleSprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isScaleLocked
bool isScaleLocked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isScaleLocked
bool isScaleLocked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
lockedSprite
Sprite lockedSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
lockedSprite
Sprite lockedSprite [@property setter]
_clickedSprite
Sprite _clickedSprite;
_hoveredSprite
Sprite _hoveredSprite;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_idleSprite
Sprite _idleSprite;
Undocumented in source.
_isFixedSize
bool _isFixedSize;
_isScaleLocked
bool _isScaleLocked;
_lockedSprite
Sprite _lockedSprite;
Undocumented in source.
label
Label label;
Undocumented in source.

Inherited Members

From Button

onClick
void function() onClick;
Undocumented in source.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
onEvent
void onEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
onSelect
void onSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
onValidate
void onValidate()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta