移除fastlist(经测试比Array并没有快)
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
module es {
|
||||
export class EntitySystem {
|
||||
/**
|
||||
* 追踪实体的子集,但不实现任何排序或迭代。
|
||||
*/
|
||||
export abstract class EntitySystem {
|
||||
private _entities: Entity[] = [];
|
||||
|
||||
constructor(matcher?: Matcher) {
|
||||
|
||||
Reference in New Issue
Block a user