UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 332 B
import { PointBuilderSopNode } from '../../../../sop/PointBuilder'; import { BasePointBuilderPersistedConfig } from './_BasePointBuilderPersistedConfig'; export declare class PointBuilderPersistedConfig extends BasePointBuilderPersistedConfig { protected node: PointBuilderSopNode; constructor(node: PointBuilderSopNode); }