UNPKG

prendy

Version:

Make games with prerendered backdrops using babylonjs and repond

15 lines (14 loc) 396 B
import { StoryState } from "../../types"; export declare function getUsefulStoryStuff(): { storyState: any; storyRefs: any; globalState: any; nowSegmentName: any; nowPlaceName: any; nowCamName: any; placesRefs: Record<string, any>; placeRefs: any; camsRefs: any; camRefs: any; }; export declare function setStoryState(newState: Partial<StoryState>): void;