C# Class MonoGdx.Scene2D.UI.LabelStyle

Show file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
LabelStyle ( ) : System
LabelStyle ( BitmapFont font, Color fontColor ) : System
LabelStyle ( LabelStyle style ) : System

Method Details

LabelStyle() public method

public LabelStyle ( ) : System
return System

LabelStyle() public method

public LabelStyle ( BitmapFont font, Color fontColor ) : System
font BitmapFont
fontColor Color
return System

LabelStyle() public method

public LabelStyle ( LabelStyle style ) : System
style LabelStyle
return System