更新版本
This commit is contained in:
2
types/Geometry/Count.d.ts
vendored
2
types/Geometry/Count.d.ts
vendored
@@ -7,7 +7,7 @@
|
||||
* count.GetCount("Test");//现在 Test 的个数为1
|
||||
*/
|
||||
export declare class Count {
|
||||
private m_CountMap;
|
||||
_CountMap: Map<any, number>;
|
||||
GetCount(obj: any): number;
|
||||
AddCount(obj: any, add: number): void;
|
||||
}
|
||||
|
Reference in New Issue
Block a user