UNPKG

@polygonjs/polygonjs

Version:

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

18 lines (17 loc) 770 B
import { NodeParamsConfig } from '../utils/params/ParamsConfig'; import { TypedJsNode } from './_Base'; import { JsLinesCollectionController } from './code/utils/JsLinesCollectionController'; declare class EasingJsParamsConfig extends NodeParamsConfig { type: import("../utils/params/ParamsConfig").ParamTemplate<import("../../index_all").ParamType.INTEGER>; } export declare class EasingJsNode extends TypedJsNode<EasingJsParamsConfig> { readonly paramsConfig: EasingJsParamsConfig; static type(): string; initializeNode(): void; private _expectedInputTypes; private _expectedOutputTypes; private _expectedInputName; private _expectedOutputName; setLines(shadersCollectionController: JsLinesCollectionController): void; } export {};