同步版本

This commit is contained in:
ChenX
2023-07-21 15:56:48 +08:00
parent 48e15326a5
commit b535db4ba8
455 changed files with 4017 additions and 1391 deletions

View File

@@ -37,6 +37,9 @@ export declare class Database {
SunLight: DirectionalLight;
HemisphereLight: HemisphereLight;
DefaultMaterial: PhysicalMaterialRecord;
/** 这是为UE设计器提供的拓展数据,WebCAD只负责保存,不使用它.
* 在存储吊顶模块时,存储了材质槽信息
*/
ExtendedData: any;
private idIndex;
private idMap;