UNPKG

mylingo3d

Version:

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

11 lines 286 B
import { hideSchema } from "./utils/nonEditorSchemaSet"; export const eventLoopSchema = { onLoop: Function, proxy: Object }; hideSchema(["proxy"]); export const eventLoopDefaults = { onLoop: undefined, proxy: undefined }; //# sourceMappingURL=IEventLoop.js.map