UNPKG

lingo3d

Version:

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

12 lines (11 loc) 511 B
import MeshAppendable from "../display/core/MeshAppendable"; import { TransformControlsMode } from "./onTransformControls"; export declare const emitTransformEdit: (val: { target: MeshAppendable; phase: "start" | "end"; mode: TransformControlsMode; }, isState?: boolean | undefined) => void, onTransformEdit: (cb: (val: { target: MeshAppendable; phase: "start" | "end"; mode: TransformControlsMode; }) => void, once?: boolean | undefined) => import("@lincode/promiselikes").Cancellable;