C# Class Reign.Core.Time

Datei anzeigen Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method Description
EndOptimizedMode ( ) : void
ManualUpdate ( float delta ) : void
OptimizedMode ( ) : void
Sleep ( ) : void
Start ( ) : void
Time ( int fps ) : System.Runtime.InteropServices
Update ( ) : void

Private Methods

Method Description
TimeBeginPeriod ( uint uMilliseconds ) : uint
TimeEndPeriod ( uint uMilliseconds ) : uint
TimeGetDevCaps ( TimeCaps &timeCaps, uint sizeTimeCaps ) : uint

Method Details

EndOptimizedMode() public static method

public static EndOptimizedMode ( ) : void
return void

ManualUpdate() public method

public ManualUpdate ( float delta ) : void
delta float
return void

OptimizedMode() public static method

public static OptimizedMode ( ) : void
return void

Sleep() public method

public Sleep ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Time() public method

public Time ( int fps ) : System.Runtime.InteropServices
fps int
return System.Runtime.InteropServices

Update() public method

public Update ( ) : void
return void