C# Class Options_Menu.TSoundOption

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

Méthodes publiques

Méthode Description
BarCursorHeigthConvert ( ) : int
ChangeVolume ( float volume ) : void
DistanceCalculate ( float count ) : float
Draw ( SpriteBatch sprite ) : void
Init ( ) : void
MakeResolutionArray ( ) : void
MoveCurser ( float x ) : void
SelectLeft ( ) : void
SelectRight ( ) : void
TSoundOption ( StructOptionsMain structOptionsMain, StructSound structSound ) : System
Update ( Microsoft.Xna.Framework.Input.MouseState mouse ) : void

Method Details

BarCursorHeigthConvert() public méthode

public BarCursorHeigthConvert ( ) : int
Résultat int

ChangeVolume() public méthode

public ChangeVolume ( float volume ) : void
volume float
Résultat void

DistanceCalculate() public méthode

public DistanceCalculate ( float count ) : float
count float
Résultat float

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

MakeResolutionArray() public méthode

public MakeResolutionArray ( ) : void
Résultat void

MoveCurser() public méthode

public MoveCurser ( float x ) : void
x float
Résultat void

SelectLeft() public méthode

public SelectLeft ( ) : void
Résultat void

SelectRight() public méthode

public SelectRight ( ) : void
Résultat void

TSoundOption() public méthode

public TSoundOption ( StructOptionsMain structOptionsMain, StructSound structSound ) : System
structOptionsMain StructOptionsMain
structSound StructSound
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