新增componentlist管理组件列表
This commit is contained in:
@@ -20,6 +20,26 @@ abstract class Component {
|
||||
|
||||
public abstract initialize();
|
||||
|
||||
public onAddedToEntity(){
|
||||
|
||||
}
|
||||
|
||||
public onRemovedFromEntity(){
|
||||
|
||||
}
|
||||
|
||||
public onEnabled(){
|
||||
|
||||
}
|
||||
|
||||
public onDisabled(){
|
||||
|
||||
}
|
||||
|
||||
public onEntityTransformChanged(comp: ComponentTransform){
|
||||
|
||||
}
|
||||
|
||||
public update(){
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user