ver
This commit is contained in:
5
types/Common/ShowSelectObjects.d.ts
vendored
Normal file
5
types/Common/ShowSelectObjects.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
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
|
Reference in New Issue
Block a user