iupdatable无法判断接口 去除改为component支持

This commit is contained in:
yhh
2020-07-13 12:48:42 +08:00
parent c30e591f6e
commit 983c8fbc99
14 changed files with 29 additions and 74 deletions

View File

@@ -1,5 +1,4 @@
///<reference path="../Component.ts"/>
class Camera extends Component implements IUpdatable {
class Camera extends Component {
private _zoom;
private _origin: Vector2 = Vector2.zero;