C# Class MonoGdx.Scene2D.UI.CheckBox

Inheritance: TextButton
Mostra file Open project: jaquadro/MonoGdx Class Usage Examples

Public Methods

Method Description
CheckBox ( string text, CheckBoxStyle style ) : System
CheckBox ( string text, Skin skin ) : System
CheckBox ( string text, Skin skin, string styleName ) : System
Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void

Method Details

CheckBox() public method

public CheckBox ( string text, CheckBoxStyle style ) : System
text string
style CheckBoxStyle
return System

CheckBox() public method

public CheckBox ( string text, Skin skin ) : System
text string
skin Skin
return System

CheckBox() public method

public CheckBox ( string text, Skin skin, string styleName ) : System
text string
skin Skin
styleName string
return System

Draw() public method

public Draw ( GdxSpriteBatch spriteBatch, float parentAlpha ) : void
spriteBatch MonoGdx.Graphics.G2D.GdxSpriteBatch
parentAlpha float
return void