Comparing version 0.0.17 to 0.0.18
@@ -121,2 +121,15 @@ // export declare function print(): void | ||
/** | ||
* 회전 각도를 설정 | ||
* degree를 넣어서 회전 각도를 결정 | ||
* @param {i32} degree | ||
*/ | ||
setAngle(degree:i32):void; | ||
/** | ||
* 회전 각도를 설정 | ||
* vec2를 2개 넣어서 방향을 할당 | ||
* @param {Vec2 sVec | ||
* @param {Vec2} eVec | ||
*/ | ||
setAngle(sVec:Vec2, eVec:Vec2):void; | ||
@@ -126,2 +139,3 @@ | ||
Render(): void; | ||
@@ -128,0 +142,0 @@ Update(): void; |
{ | ||
"name": "hetajs2d", | ||
"version": "0.0.17", | ||
"version": "0.0.18", | ||
"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
235984
7108