The game.
More...
The game.
Definition at line 32 of file Game.cs.
Sandbox.Engine.Platform.Game.Game |
( |
| ) |
|
|
inline |
Initializes a new instance of the Game class.
Definition at line 123 of file Game.cs.
void Sandbox.Engine.Platform.Game.Exit |
( |
| ) |
|
|
inline |
Exits the game.
Definition at line 176 of file Game.cs.
abstract void Sandbox.Engine.Platform.Game.LoadData_UpdateThread |
( |
| ) |
|
|
protectedpure virtual |
abstract void Sandbox.Engine.Platform.Game.PrepareForDraw |
( |
| ) |
|
|
protectedpure virtual |
void Sandbox.Engine.Platform.Game.RunLoop |
( |
| ) |
|
|
inlineprotected |
Updates the game's clock and calls Update
Definition at line 186 of file Game.cs.
void Sandbox.Engine.Platform.Game.RunSingleFrame |
( |
| ) |
|
|
inline |
void Sandbox.Engine.Platform.Game.SetNextFrameDelayDelta |
( |
int |
delta | ) |
|
|
inline |
abstract void Sandbox.Engine.Platform.Game.UnloadData_UpdateThread |
( |
| ) |
|
|
protectedpure virtual |
virtual void Sandbox.Engine.Platform.Game.Update |
( |
| ) |
|
|
inlineprotectedvirtual |
IPEndPoint Sandbox.Engine.Platform.Game.ConnectToServer = null |
|
static |
bool Sandbox.Engine.Platform.Game.EnableSimSpeedLocking = false |
|
static |
long Sandbox.Engine.Platform.Game.FrameTimeTicks |
bool Sandbox.Engine.Platform.Game.IgnoreLastSession = false |
|
static |
bool Sandbox.Engine.Platform.Game.IsDedicated = false |
|
static |
bool Sandbox.Engine.Platform.Game.IsPirated = false |
|
static |
Thread Sandbox.Engine.Platform.Game.DrawThread |
|
getprotected set |
bool Sandbox.Engine.Platform.Game.EnableMaxSpeed |
|
getset |
bool Sandbox.Engine.Platform.Game.IsActive |
|
get |
Gets a value indicating whether this instance is active.
true
if this instance is active; otherwise, false
.
Definition at line 147 of file Game.cs.
bool Sandbox.Engine.Platform.Game.IsFirstUpdateDone |
|
get |
bool Sandbox.Engine.Platform.Game.IsRunning |
|
get |
Gets a value indicating whether is running.
Definition at line 152 of file Game.cs.
float Sandbox.Engine.Platform.Game.SimulationRatio |
|
staticget |
MyTimeSpan Sandbox.Engine.Platform.Game.SimulationTime |
|
get |
double Sandbox.Engine.Platform.Game.TimerMultiplier |
|
getset |
Thread Sandbox.Engine.Platform.Game.UpdateThread |
|
getprotected set |
MyTimeSpan Sandbox.Engine.Platform.Game.UpdateTime |
|
get |
Action Sandbox.Engine.Platform.Game.OnGameExit |
The documentation for this class was generated from the following file:
- Sources/Sandbox.Game/Engine/Platform/Game.cs