新增arcadeRigidbody组件, 可以用于简单的,街机风格的物理学

This commit is contained in:
yhh
2020-12-07 11:48:42 +08:00
parent 2a0d4ef4dd
commit bddae046a0
12 changed files with 835 additions and 82 deletions

View File

@@ -13,7 +13,7 @@ module es {
reset();
/**
*
* 返回投向T的上下文作为方便
*/
getContext<T>(): T;
}