新增 _graphicsDeviceChangeTimer 用于凝聚GraphicsDeviceReset事件

This commit is contained in:
yhh
2020-11-26 10:39:32 +08:00
parent 918d998f4c
commit 1bb1b8704b
6 changed files with 110 additions and 65 deletions

View File

@@ -23,6 +23,7 @@ module es {
public static reset() {
this._spatialHash = new SpatialHash(this.spatialHashCellSize);
this._hitArray[0].reset();
}
/**