同步最新的源代码

This commit is contained in:
ChenX
2023-02-17 09:40:24 +08:00
parent 6c7fce6930
commit 8f005232a8
229 changed files with 1036 additions and 436 deletions

View File

@@ -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;
/**
* 原图地址转换为对应缩略图地址