Tutorials

Classes

ComponentClip
State
StateManager
Plugin
UIButton
UIButtonDraggable
UIButtonRadio
UIButtonSelect
UIComponentPrototype
UIContainer
UIList
UIListBaseItem
UIProgressBar
UIScrollBar
UIScrollPanel

Namespaces

PhaserComps
UIComponents
UIManager

Events


EVENT_CLICK

Emitted on click


EVENT_DRAG

Emitted on drag move.

Parameters:
Name Type Description
x Number

horizontal drag movement (from drag start)

y Number

vertical drag movement (from drag start)


EVENT_SELECT

Fired when some radio button of the group is selected


EVENT_ITEM_CHANGE

Emitted when any item emits such even.

Parameters:
Name Type Description
item PhaserComps.UIComponents.UIListBaseItem

item instance, that emitted change event


EVENT_CHANGE

Emitted on scroll bar value change.

Parameters:
Name Type Description
value Number

current scrollbar value