UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 483 B
import { NamedFunction1 } from './_Base'; export declare class getActorNodeParamValue extends NamedFunction1<[string]> { static type(): string; func(paramName: string): string | number | boolean | import("three").Vector2 | import("three").Vector3 | import("three").Vector4 | import("three").Color | import("../params/ramp/RampValue").RampValue | import("../../core/Walker").TypedParamPathParamValue | import("../../core/Walker").TypedNodePathParamValue | null | undefined; }