修复tween中start报错
This commit is contained in:
7
extensions/ecs-tween/lib/framework.d.ts
vendored
7
extensions/ecs-tween/lib/framework.d.ts
vendored
@@ -2271,6 +2271,13 @@ declare class TimeUtils {
|
||||
*/
|
||||
static timeToMillisecond(time: string, partition?: string): string;
|
||||
}
|
||||
declare module es {
|
||||
/**
|
||||
* 用于记录所有组件的属性值
|
||||
*/
|
||||
class TypeBit {
|
||||
}
|
||||
}
|
||||
declare module es {
|
||||
/**
|
||||
* 开辟一个新线程
|
||||
|
||||
Reference in New Issue
Block a user