Space Engineers
Public Member Functions | Public Attributes | Properties | List of all members
Sandbox.Engine.Platform.FixedLoop Class Reference
Inheritance diagram for Sandbox.Engine.Platform.FixedLoop:
Sandbox.Engine.Platform.GenericLoop

Public Member Functions

 FixedLoop (MyStats statGroup=null, string statName=null)
 
void SetNextFrameDelayDelta (int delta)
 
override void Run (VoidAction tickCallback)
 
- Public Member Functions inherited from Sandbox.Engine.Platform.GenericLoop
delegate void VoidAction ()
 

Public Attributes

readonly MyStats StatGroup
 
readonly string StatName
 
- Public Attributes inherited from Sandbox.Engine.Platform.GenericLoop
bool IsDone = false
 

Properties

long TickPerFrame [get]
 
bool EnableMaxSpeed [get, set]
 

Detailed Description

Definition at line 6 of file FixedLoop.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Platform.FixedLoop.FixedLoop ( MyStats  statGroup = null,
string  statName = null 
)
inline

Definition at line 23 of file FixedLoop.cs.

Member Function Documentation

override void Sandbox.Engine.Platform.FixedLoop.Run ( VoidAction  tickCallback)
inlinevirtual

Reimplemented from Sandbox.Engine.Platform.GenericLoop.

Definition at line 34 of file FixedLoop.cs.

void Sandbox.Engine.Platform.FixedLoop.SetNextFrameDelayDelta ( int  delta)
inline

Definition at line 29 of file FixedLoop.cs.

Member Data Documentation

readonly MyStats Sandbox.Engine.Platform.FixedLoop.StatGroup

Definition at line 12 of file FixedLoop.cs.

readonly string Sandbox.Engine.Platform.FixedLoop.StatName

Definition at line 13 of file FixedLoop.cs.

Property Documentation

bool Sandbox.Engine.Platform.FixedLoop.EnableMaxSpeed
getset

Definition at line 16 of file FixedLoop.cs.

long Sandbox.Engine.Platform.FixedLoop.TickPerFrame
get

Definition at line 10 of file FixedLoop.cs.


The documentation for this class was generated from the following file: