开发:types

This commit is contained in:
ChenX
2023-08-16 15:05:08 +08:00
parent 04506caddf
commit 512fff06e8
626 changed files with 2185 additions and 663 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;