C# Class MonoGdx.Scene2D.UI.SelectBoxStyle

Mostra file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
SelectBoxStyle ( ) : System
SelectBoxStyle ( BitmapFont font, Color fontColor, ISceneDrawable background, ScrollPaneStyle scrollStyle, ListStyle listStyle ) : System
SelectBoxStyle ( SelectBoxStyle style ) : System

Method Details

SelectBoxStyle() public method

public SelectBoxStyle ( ) : System
return System

SelectBoxStyle() public method

public SelectBoxStyle ( BitmapFont font, Color fontColor, ISceneDrawable background, ScrollPaneStyle scrollStyle, ListStyle listStyle ) : System
font BitmapFont
fontColor Color
background ISceneDrawable
scrollStyle ScrollPaneStyle
listStyle ListStyle
return System

SelectBoxStyle() public method

public SelectBoxStyle ( SelectBoxStyle style ) : System
style SelectBoxStyle
return System