C# Class Options_Menu.TCheckBoxOption

Afficher le fichier Open project: Timvangool/AsteroidsAPO2 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AntiAliasingCheck ( ) : void
Résultat void

CheckBoxClick() public méthode

public CheckBoxClick ( ) : void
Résultat void

Draw() public méthode

public Draw ( SpriteBatch sprite ) : void
sprite Microsoft.Xna.Framework.Graphics.SpriteBatch
Résultat void

Init() public méthode

public Init ( ) : void
Résultat void

SelectLeftRight() public méthode

public SelectLeftRight ( ) : void
Résultat void

SelectedCheck() public méthode

public SelectedCheck ( bool isSelected ) : void
isSelected bool
Résultat void

TCheckBoxOption() public méthode

public TCheckBoxOption ( StructOptionsMain structOptionsMain, StructCheckBox structCheckBox ) : System
structOptionsMain StructOptionsMain
structCheckBox StructCheckBox
Résultat System

Update() public méthode

public Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void
mouse Microsoft.Xna.Framework.Input.MouseState
Résultat void