同步代码

This commit is contained in:
ChenX
2023-05-18 21:45:34 +08:00
parent b3cfd62996
commit 738c42e64e
105 changed files with 591 additions and 253 deletions

View File

@@ -28,7 +28,6 @@ export declare function FixedNotZero(v: number | string, fractionDigits?: number
* To fixed
* @param v
* @param [fractionDigits]
* @returns
*/
export declare function ToFixed(v: number, fractionDigits?: number): string;
export declare function GetEntity(obj: Object3D): Entity | undefined;