webcad-api/types/Common/ShowSelectObjects.d.ts
2020-12-18 11:04:49 +08:00

5 lines
310 B
TypeScript

import { Object3D } from "three";
import { Entity } from "../DatabaseServices/Entity/Entity";
export declare const ShowObjectsFunctionList: ((ens: (Entity[]) | Object3D[]) => void)[];
export declare function ShowSelectObjects(ens: (Entity[]) | Object3D[]): void;
//# sourceMappingURL=ShowSelectObjects.d.ts.map