C# Class MonoGdx.Scene2D.UI.SelectBoxStyle

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

Méthodes publiques

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

Method Details

SelectBoxStyle() public méthode

public SelectBoxStyle ( ) : System
Résultat System

SelectBoxStyle() public méthode

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

SelectBoxStyle() public méthode

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