Socket
Socket
Sign inDemoInstall

hetajs2d

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hetajs2d - npm Package Compare versions

Comparing version 0.0.9 to 0.0.11

19

lib/HetaJs2D.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc