修复bitset调整数组大小时错误/componentTypeManager获取修复
This commit is contained in:
3
source/bin/framework.d.ts
vendored
3
source/bin/framework.d.ts
vendored
@@ -584,7 +584,8 @@ declare module es {
|
||||
getAllSet(): BitSet;
|
||||
getExclusionSet(): BitSet;
|
||||
getOneSet(): BitSet;
|
||||
IsIntersted(e: Entity): boolean;
|
||||
isInterestedEntity(e: Entity): boolean;
|
||||
isInterested(componentBits: BitSet): boolean;
|
||||
all(...types: any[]): Matcher;
|
||||
exclude(...types: any[]): this;
|
||||
one(...types: any[]): this;
|
||||
|
||||
Reference in New Issue
Block a user