Comparing version 0.0.9 to 0.0.11
@@ -16,11 +16,18 @@ // export declare function print(): void | ||
*/ | ||
addUnits(units:Array<Unit>):void; | ||
add(units:Array<Unit>):void; | ||
/** | ||
* add unit object in childrens | ||
* @param unit Id is required | ||
* add unit object | ||
* @param units unit array | ||
*/ | ||
add(unit:Unit):void; | ||
add(units:Unit):void; | ||
/** | ||
* onAttach를 실행 시킨다. | ||
* @param params : 호출할때 파라메터를 넘기고 싶을때 | ||
*/ | ||
Attach(params:Map):void; | ||
/** | ||
* remove unit object | ||
@@ -31,6 +38,2 @@ * @param id unit id | ||
/** | ||
* remove all unit include childrens | ||
*/ | ||
removeAll():void; | ||
@@ -37,0 +40,0 @@ Render(): void; |
{ | ||
"name": "hetajs2d", | ||
"version": "0.0.9", | ||
"version": "0.0.11", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "hetajs2d", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
217975
6593