C# Class Asteroids.TCheckBoxOption

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

Méthodes publiques

Méthode Description
AntiAliasingCheck ( ) : void
CheckBoxClick ( ) : void
Draw ( SpriteBatch spriteBatch ) : void
Init ( ) : void
SelectLeftRight ( ) : void
SelectedCheck ( bool isSelected ) : void
TCheckBoxOption ( Game1 structOptionsMain, StructCheckBox structCheckBox ) : System
TCheckBoxOption ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txCheckedBox, Microsoft.Xna.Framework.Graphics.Texture2D txUnCheckedBox, Vector2 posLeftCheckBox, Vector2 posRightCheckBox, Vector2 vecSize, bool stateCheckBoxLeft, Color col ) : 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 spriteBatch ) : void
spriteBatch 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 ( Game1 structOptionsMain, StructCheckBox structCheckBox ) : System
structOptionsMain Game1
structCheckBox StructCheckBox
Résultat System

TCheckBoxOption() public méthode

public TCheckBoxOption ( GraphicsDeviceManager graphics, Microsoft.Xna.Framework.Graphics.Texture2D txCheckedBox, Microsoft.Xna.Framework.Graphics.Texture2D txUnCheckedBox, Vector2 posLeftCheckBox, Vector2 posRightCheckBox, Vector2 vecSize, bool stateCheckBoxLeft, Color col ) : System
graphics GraphicsDeviceManager
txCheckedBox Microsoft.Xna.Framework.Graphics.Texture2D
txUnCheckedBox Microsoft.Xna.Framework.Graphics.Texture2D
posLeftCheckBox Vector2
posRightCheckBox Vector2
vecSize Vector2
stateCheckBoxLeft bool
col Color
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