mylingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
5 lines (4 loc) • 374 B
TypeScript
import { PerspectiveCamera } from "three";
export declare const setCameraList: import("@lincode/reactivity").SetGlobalState<PerspectiveCamera[]>, getCameraList: import("@lincode/reactivity").GetGlobalState<PerspectiveCamera[]>;
export declare const pushCameraList: (val: PerspectiveCamera) => void;
export declare const pullCameraList: (val: PerspectiveCamera) => void;