C# Class MonoGdx.Scene2D.UI.ListStyle

Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Méthodes publiques

Méthode Description
ListStyle ( ) : System
ListStyle ( BitmapFont font, Color fontColorSelected, Color fontColorUnselected, ISceneDrawable selection ) : System
ListStyle ( ListStyle style ) : System

Method Details

ListStyle() public méthode

public ListStyle ( ) : System
Résultat System

ListStyle() public méthode

public ListStyle ( BitmapFont font, Color fontColorSelected, Color fontColorUnselected, ISceneDrawable selection ) : System
font BitmapFont
fontColorSelected Color
fontColorUnselected Color
selection ISceneDrawable
Résultat System

ListStyle() public méthode

public ListStyle ( ListStyle style ) : System
style ListStyle
Résultat System