UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (5 loc) 202 B
import {NodeContext} from '../../../poly/NodeContext'; import {TypedNode} from '../../_Base'; export class NodeBaseState<NC extends NodeContext> { constructor(protected node: TypedNode<NC, any>) {} }