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.32 to 0.0.33

15

lib/HetaJs2D.d.ts

@@ -174,5 +174,18 @@ // export declare function print(): void

/**
* 객체의 중심을 원하는 위치로 이동시킴
* @param {Json} dist {x:200,y:100}
* @param {Int} movingTime millisec 2000
*/
moveTo(dist:Json,movingTime:Int):void;
Render(): void;
Update(): void;
/**
* 초당 25회 호출
* @param passedTime 현재 timestamp값
* @param frame 0~24의 숫자가 빠짐없이 반복됨
*/
Update(passedTime:TimeStamp, frame:Int, scene:Scene, index:Int ): void;
}

@@ -179,0 +192,0 @@

2

package.json
{
"name": "hetajs2d",
"version": "0.0.32",
"version": "0.0.33",
"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

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc