UNPKG

polygonjs-engine

Version:

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

9 lines (8 loc) 261 B
import {TypedParam} from "./_Base"; import {DecomposedPath as DecomposedPath2} from "../../core/DecomposedPath"; export class TypedPathParam extends TypedParam { constructor() { super(...arguments); this.decomposed_path = new DecomposedPath2(); } }