C# Class Nez.UI.WindowStyle

Afficher le fichier Open project: prime31/Nez Class Usage Examples

Méthodes publiques

Свойство Type Description
background IDrawable
stageBackground IDrawable
titleFont BitmapFont
titleFontColor Color

Méthodes publiques

Méthode Description
WindowStyle ( ) : System
WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System
clone ( ) : WindowStyle

Method Details

WindowStyle() public méthode

public WindowStyle ( ) : System
Résultat System

WindowStyle() public méthode

public WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System
titleFont BitmapFont
titleFontColor Color
background IDrawable
Résultat System

clone() public méthode

public clone ( ) : WindowStyle
Résultat WindowStyle

Property Details

background public_oe property

public IDrawable background
Résultat IDrawable

stageBackground public_oe property

public IDrawable stageBackground
Résultat IDrawable

titleFont public_oe property

public BitmapFont titleFont
Résultat BitmapFont

titleFontColor public_oe property

public Color titleFontColor
Résultat Color