合并camera

This commit is contained in:
yhh
2020-07-01 14:19:40 +08:00
parent 124cf3f66c
commit d9840d60ef
17 changed files with 422 additions and 835 deletions

View File

@@ -25,20 +25,6 @@ abstract class Component extends egret.DisplayObjectContainer {
return this;
}
public get stage(){
if (!this.entity)
return null;
return this.entity.stage;
}
public get scene(){
if (!this.entity)
return null;
return this.entity.scene;
}
public initialize(){
}