C# Class Options_Menu.TCheckBoxOption

Datei anzeigen Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Public Methods

Method Description
AntiAliasingCheck ( ) : void
CheckBoxClick ( ) : void
Draw ( SpriteBatch sprite ) : void
Init ( ) : void
SelectLeftRight ( ) : void
SelectedCheck ( bool isSelected ) : void
TCheckBoxOption ( StructOptionsMain structOptionsMain, StructCheckBox structCheckBox ) : System
Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void

Method Details

AntiAliasingCheck() public method

public AntiAliasingCheck ( ) : void
return void

CheckBoxClick() public method

public CheckBoxClick ( ) : void
return void

Draw() public method

public Draw ( SpriteBatch sprite ) : void
sprite Microsoft.Xna.Framework.Graphics.SpriteBatch
return void

Init() public method

public Init ( ) : void
return void

SelectLeftRight() public method

public SelectLeftRight ( ) : void
return void

SelectedCheck() public method

public SelectedCheck ( bool isSelected ) : void
isSelected bool
return void

TCheckBoxOption() public method

public TCheckBoxOption ( StructOptionsMain structOptionsMain, StructCheckBox structCheckBox ) : System
structOptionsMain StructOptionsMain
structCheckBox StructCheckBox
return System

Update() public method

public Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void
mouse Microsoft.Xna.Framework.Input.MouseState
return void