FrameTimeManager Class
Class org.rapo.games.managers.FrameTimeManager
Inheritance
>
FrameTimeManager
Used to calculate elapsed frame time for time-based calculations.
Managers are implemented with static properties and methods and should not be
instantiated.
| Property Summary |
|---|
| static Number | |
| static Timer | |
| Method Summary |
|---|
| static Void | |
| static Number | |
frameTimeMilliseconds
static var frameTimeMilliseconds:Number;
frameTimeTimer
static var frameTimeTimer:
Timer;
calculateFrameTime
public static function calculateFrameTime():Void
getFrameSeconds
public static function getFrameSeconds():Number
Documentation generated by BLDoc Community Edition from B-Line Express.