C# Class MonoGdx.Scene2D.UI.SelectBox.SelectList

Inheritance: ScrollPane
Mostra file Open project: jaquadro/MonoGdx

Public Methods

Method Description
Act ( float delta ) : void
Hit ( float x, float y, bool touchable ) : Actor
SelectList ( SelectBox selectBox ) : System
Show ( Stage stage ) : void

Protected Methods

Method Description
OnTouchDown ( TouchEventArgs e ) : void
OnTouchUp ( TouchEventArgs e ) : void

Method Details

Act() public method

public Act ( float delta ) : void
delta float
return void

Hit() public method

public Hit ( float x, float y, bool touchable ) : Actor
x float
y float
touchable bool
return Actor

OnTouchDown() protected method

protected OnTouchDown ( TouchEventArgs e ) : void
e TouchEventArgs
return void

OnTouchUp() protected method

protected OnTouchUp ( TouchEventArgs e ) : void
e TouchEventArgs
return void

SelectList() public method

public SelectList ( SelectBox selectBox ) : System
selectBox SelectBox
return System

Show() public method

public Show ( Stage stage ) : void
stage Stage
return void