C# Class WarTornLands.Counter.Counter

Afficher le fichier Open project: floAr/WarTornLands

Méthodes publiques

Méthode Description
Counter ( int _default, string _id ) : System
Counter ( string _id ) : System
Counter ( string id, bool stepCalled = false ) : System
Counter ( string id, int defaultTerm ) : System
Counter ( string id, int defaultTerm, bool stepCalled ) : System

Initializes a new instance of the Counter class.

GetID ( ) : string
GetPercentage ( ) : float
Initialize ( CounterManager _proprietor ) : void
OnCancel ( object sender, CounterEventArgs e ) : void
Update ( GameTime gameTime ) : void

Private Methods

Méthode Description
OnStartCounter ( object sender, CounterEventArgs e ) : void

Method Details

Counter() public méthode

public Counter ( int _default, string _id ) : System
_default int
_id string
Résultat System

Counter() public méthode

public Counter ( string _id ) : System
_id string
Résultat System

Counter() public méthode

public Counter ( string id, bool stepCalled = false ) : System
id string
stepCalled bool
Résultat System

Counter() public méthode

public Counter ( string id, int defaultTerm ) : System
id string
defaultTerm int
Résultat System

Counter() public méthode

Initializes a new instance of the Counter class.
public Counter ( string id, int defaultTerm, bool stepCalled ) : System
id string The ID.
defaultTerm int The default term.
stepCalled bool
Résultat System

GetID() public méthode

public GetID ( ) : string
Résultat string

GetPercentage() public méthode

public GetPercentage ( ) : float
Résultat float

Initialize() public méthode

public Initialize ( CounterManager _proprietor ) : void
_proprietor CounterManager
Résultat void

OnCancel() public méthode

public OnCancel ( object sender, CounterEventArgs e ) : void
sender object
e CounterEventArgs
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void