1.新增类型识别
2.EntitySystem新增initialize生命周期,构造函数后执行
This commit is contained in:
@@ -7,6 +7,7 @@ module es {
|
||||
|
||||
constructor(matcher?: Matcher) {
|
||||
this._matcher = matcher ? matcher : Matcher.empty();
|
||||
this.initialize();
|
||||
}
|
||||
|
||||
private _scene: Scene;
|
||||
|
||||
Reference in New Issue
Block a user