webcad-ue4-api/types/Common/ShowSelectObjects.d.ts
2024-10-29 17:14:43 +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