UNPKG

mylingo3d

Version:

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

5 lines (4 loc) 242 B
import { Cancellable } from "@lincode/promiselikes"; import PhysicsObjectManager from "."; import Loaded from "../Loaded"; export default function (this: PhysicsObjectManager | Loaded, handle: Cancellable, debug: boolean): Promise<void>;