UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

8 lines (7 loc) 255 B
export declare class CoreFeaturesController { static urlParams(): URLSearchParams; static urlParam(paramName: string): string | null; static noAssemblers(): boolean; static debugLoadProgress(): boolean; static testBatchId(): number; }