新增arcadeRigidbody组件, 可以用于简单的,街机风格的物理学
This commit is contained in:
@@ -13,7 +13,7 @@ module es {
|
||||
reset();
|
||||
|
||||
/**
|
||||
*
|
||||
* 返回投向T的上下文,作为方便
|
||||
*/
|
||||
getContext<T>(): T;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
module es {
|
||||
/**
|
||||
* 私有类隐藏ITimer的实现
|
||||
*/
|
||||
export class Timer implements ITimer{
|
||||
public context: any;
|
||||
public _timeInSeconds: number = 0;
|
||||
|
||||
Reference in New Issue
Block a user