lingo3d
Version:
Lingo3D is a React/Vue 3d game development framework that ships with a complete visual editor
7 lines (6 loc) • 328 B
TypeScript
import Skybox from "../display/Skybox";
declare const getSkyboxStack: import("@lincode/reactivity").GetGlobalState<Skybox[]>;
export { getSkyboxStack };
export declare const pushSkyboxStack: (val: Skybox) => void;
export declare const pullSkyboxStack: (val: Skybox) => void;
export declare const refreshSkyboxStack: () => void;