C# Class MonoGdx.Scene2D.UI.ListStyle

ファイルを表示 Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
ListStyle ( ) : System
ListStyle ( BitmapFont font, Color fontColorSelected, Color fontColorUnselected, ISceneDrawable selection ) : System
ListStyle ( ListStyle style ) : System

Method Details

ListStyle() public method

public ListStyle ( ) : System
return System

ListStyle() public method

public ListStyle ( BitmapFont font, Color fontColorSelected, Color fontColorUnselected, ISceneDrawable selection ) : System
font BitmapFont
fontColorSelected Color
fontColorUnselected Color
selection ISceneDrawable
return System

ListStyle() public method

public ListStyle ( ListStyle style ) : System
style ListStyle
return System