Property | Type | Description | |
---|---|---|---|
ObjectInvariant | void |
Method | Description | |
---|---|---|
ConvertFromTick ( uint tick ) : double |
convert the given tick into the associated time value
|
|
ConvertToTick ( double time ) : uint |
Convert the given time into the associated tick value
|
|
Reset ( ) : void | ||
SetTime ( double time ) : void | ||
TimeService ( Microsoft.Xna.Framework.Game game ) : System | ||
Update ( float elapsedTime ) : void |
Method | Description | |
---|---|---|
ObjectInvariant ( ) : void |
public static ConvertFromTick ( uint tick ) : double | ||
tick | uint | |
return | double |
public static ConvertToTick ( double time ) : uint | ||
time | double | |
return | uint |
public TimeService ( Microsoft.Xna.Framework.Game game ) : System | ||
game | Microsoft.Xna.Framework.Game | |
return | System |