判断接口更改、新增FrameUpdated核心事件
This commit is contained in:
3
source/bin/framework.d.ts
vendored
3
source/bin/framework.d.ts
vendored
@@ -70,7 +70,8 @@ declare module es {
|
||||
enum CoreEvents {
|
||||
GraphicsDeviceReset = 0,
|
||||
SceneChanged = 1,
|
||||
OrientationChanged = 2
|
||||
OrientationChanged = 2,
|
||||
FrameUpdated = 3
|
||||
}
|
||||
}
|
||||
declare module es {
|
||||
|
||||
Reference in New Issue
Block a user