camera.mapSize 支持左上顶点更改

This commit is contained in:
YHH
2020-08-08 15:09:10 +08:00
parent a39b98b5d9
commit 14b70b307c
7 changed files with 13 additions and 13 deletions

View File

@@ -476,7 +476,7 @@ declare module es {
deadzone: Rectangle;
focusOffset: Vector2;
mapLockEnabled: boolean;
mapSize: Vector2;
mapSize: Rectangle;
_targetEntity: Entity;
_targetCollider: Collider;
_desiredPositionDelta: Vector2;