Property | Type | Description | |
---|---|---|---|
downFontColor | Color? | ||
font | BitmapFont | ||
fontColor | Color |
Method | Description | |
---|---|---|
TextButtonStyle ( ) : System | ||
TextButtonStyle ( IDrawable up, IDrawable down, IDrawable over ) : System | ||
TextButtonStyle ( IDrawable up, IDrawable down, IDrawable over, BitmapFont font ) : System | ||
clone ( ) : |
||
create ( Color upColor, Color downColor, Color overColor ) : |
public TextButtonStyle ( IDrawable up, IDrawable down, IDrawable over ) : System | ||
up | IDrawable | |
down | IDrawable | |
over | IDrawable | |
return | System |
public TextButtonStyle ( IDrawable up, IDrawable down, IDrawable over, BitmapFont font ) : System | ||
up | IDrawable | |
down | IDrawable | |
over | IDrawable | |
font | BitmapFont | |
return | System |
public static create ( Color upColor, Color downColor, Color overColor ) : |
||
upColor | Color | |
downColor | Color | |
overColor | Color | |
return |