UNPKG

three

Version:

JavaScript 3D library

13 lines (8 loc) 231 B
import { InputNode } from '../core/InputNode'; export class PropertyNode extends InputNode { constructor( object: object, property: string, type: string ); object: object; property: string; nodeType: string; value: any; }