UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 478 B
import { Constructor } from '../../../../../types/GlobalTypes'; export declare function CameraPostProcessParamConfig<TBase extends Constructor>(Base: TBase): { new (...args: any[]): { doPostProcess: import("../../../utils/params/ParamsConfig").ParamTemplate<import("../../../../index_all").ParamType.BOOLEAN>; postProcessNode: import("../../../utils/params/ParamsConfig").ParamTemplate<import("../../../../index_all").ParamType.NODE_PATH>; }; } & TBase;