Property | Type | Description | |
---|---|---|---|
background | IDrawable | ||
stageBackground | IDrawable | ||
titleFont | BitmapFont | ||
titleFontColor | Color |
Method | Description | |
---|---|---|
WindowStyle ( ) : System | ||
WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System | ||
clone ( ) : |
public WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System | ||
titleFont | BitmapFont | |
titleFontColor | Color | |
background | IDrawable | |
return | System |