ListButton

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.
this
this(Sprite newSprite)
Undocumented in source.
this
this(string text, Sprite newSprite)
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.
onPosition
void onPosition()
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

sprite
Sprite sprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sprite
Sprite sprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_sprite
Sprite _sprite;
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