同步最新的源代码
This commit is contained in:
1
types/Common/Utils.d.ts
vendored
1
types/Common/Utils.d.ts
vendored
@@ -33,6 +33,7 @@ export declare function FixedNotZero(v: number | string, fractionDigits?: number
|
||||
export declare function ToFixed(v: number, fractionDigits?: number): string;
|
||||
export declare function GetEntity(obj: Object3D): Entity | undefined;
|
||||
export declare function IsEntity(obj: Object3D): boolean;
|
||||
export declare function IsFreeze(obj: Object3D): any;
|
||||
export declare function IsNoErase(id: ObjectId): boolean;
|
||||
/**
|
||||
* 原图地址转换为对应缩略图地址
|
||||
|
Reference in New Issue
Block a user