Property | Type | Description | |
---|---|---|---|
clockFace | Sprite | ||
isRunning | bool | ||
msTimer | float |
Method | Description | |
---|---|---|
Draw ( |
||
LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, Vector2 clockPosition ) : void | ||
SecondsElapsed ( ) : int | ||
Update ( |
public Draw ( |
||
spriteBatch | ||
return | void |
public LoadContent ( Microsoft.Xna.Framework.Content.ContentManager content, Vector2 clockPosition ) : void | ||
content | Microsoft.Xna.Framework.Content.ContentManager | |
clockPosition | Vector2 | |
return | void |
public Update ( |
||
gameTime | ||
return | void |