UNPKG

@polygonjs/polygonjs

Version:

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

11 lines (10 loc) 282 B
/** * Update an instance attribute * * */ import { JsType } from '../../poly/registers/nodes/types/Js'; import { SetPointAttributeJsNode } from './SetPointAttribute'; export declare class SetInstanceAttributeJsNode extends SetPointAttributeJsNode { static type(): JsType; }