UNPKG

lingo3d

Version:

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

3 lines (2 loc) 396 B
import MeshAppendable from "../display/core/MeshAppendable"; export declare const emitEditorCenterView: (val: MeshAppendable<import("three").Object3D<import("three").Event>>, isState?: boolean | undefined) => void, onEditorCenterView: (cb: (val: MeshAppendable<import("three").Object3D<import("three").Event>>) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;