新增 _graphicsDeviceChangeTimer 用于凝聚GraphicsDeviceReset事件
This commit is contained in:
5
source/bin/framework.d.ts
vendored
5
source/bin/framework.d.ts
vendored
@@ -39,15 +39,18 @@ declare module es {
|
||||
declare module es {
|
||||
class Core {
|
||||
static emitter: Emitter<CoreEvents>;
|
||||
static pauseOnFocusLost: boolean;
|
||||
static debugRenderEndabled: boolean;
|
||||
static _instance: Core;
|
||||
static entitySystemsEnabled: boolean;
|
||||
_nextScene: Scene;
|
||||
_sceneTransition: SceneTransition;
|
||||
_graphicsDeviceChangeTimer: ITimer;
|
||||
_globalManagers: GlobalManager[];
|
||||
_timerManager: TimerManager;
|
||||
width: number;
|
||||
height: number;
|
||||
constructor(width: number, height: number);
|
||||
constructor(width: number, height: number, enableEntitySystems?: boolean);
|
||||
static readonly Instance: Core;
|
||||
_frameCounterElapsedTime: number;
|
||||
_frameCounter: number;
|
||||
|
||||
Reference in New Issue
Block a user