C# Class EzGame.Timers

Show file Open project: CodeTreeCommunity/Shooter2D

Public Methods

Method Description
Add ( string Name, double Interval ) : Timer
Clear ( ) : void
Remove ( string Name ) : void
Tick ( string Name ) : bool
Update ( GameTime GameTime ) : void

Method Details

Add() public static method

public static Add ( string Name, double Interval ) : Timer
Name string
Interval double
return Timer

Clear() public static method

public static Clear ( ) : void
return void

Remove() public static method

public static Remove ( string Name ) : void
Name string
return void

Tick() public static method

public static Tick ( string Name ) : bool
Name string
return bool

Update() public static method

public static Update ( GameTime GameTime ) : void
GameTime Microsoft.Xna.Framework.GameTime
return void