模型构件树信息

Constructors

Properties

Methods

Constructors

Properties

viewer: Viewer

Methods

  • 获取所有已经加载的构件

    Returns {
        [p: string]: MetaObject;
    }

    • [p: string]: MetaObject
  • 获取所有已经加载模型的构件树信息

    Returns {
        [p: string]: {
            [p: string]: MetaObject;
        };
    }

    • [p: string]: {
          [p: string]: MetaObject;
      }
      • [p: string]: MetaObject

Generated using TypeDoc