UNPKG

mylingo3d

Version:

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

9 lines (8 loc) 374 B
import IObjectManager from "./IObjectManager"; import Defaults from "./utils/Defaults"; import { ExtractProps } from "./utils/extractProps"; export default interface ISpawnPoint extends IObjectManager { helper: boolean; } export declare const spawnPointSchema: Required<ExtractProps<ISpawnPoint>>; export declare const spawnPointDefaults: Defaults<ISpawnPoint>;