5 lines
310 B
TypeScript
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
|