UNPKG

mylingo3d

Version:

Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor

8 lines (7 loc) 472 B
import { Object3D } from "three"; export declare const clickSet: Set<Object3D<import("three").Event>>; export declare const mouseDownSet: Set<Object3D<import("three").Event>>; export declare const mouseUpSet: Set<Object3D<import("three").Event>>; export declare const mouseOverSet: Set<Object3D<import("three").Event>>; export declare const mouseOutSet: Set<Object3D<import("three").Event>>; export declare const mouseMoveSet: Set<Object3D<import("three").Event>>;