UNPKG

@polygonjs/polygonjs

Version:

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

9 lines (7 loc) 315 B
import {PointBuilderSopNode} from '../../../../sop/PointBuilder'; import {BasePointBuilderPersistedConfig} from './_BasePointBuilderPersistedConfig'; export class PointBuilderPersistedConfig extends BasePointBuilderPersistedConfig { constructor(protected override node: PointBuilderSopNode) { super(node); } }