mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines (6 loc) • 486 B
TypeScript
import { Object3D } from "three";
import Appendable from "../../../../api/core/Appendable";
declare const selectionCandidates: Set<Object3D<import("three").Event>>;
export default selectionCandidates;
export declare const unselectableSet: WeakSet<Appendable<Object3D<import("three").Event>>>;
export declare const getSelectionCandidates: (targets?: Set<Appendable<Object3D<import("three").Event>>> | Appendable<Object3D<import("three").Event>>[] | undefined) => void | undefined;