合并camera
This commit is contained in:
@@ -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(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user