UNPKG

@polygonjs/polygonjs

Version:

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

9 lines (8 loc) 279 B
"use strict"; import { JsType } from "../../poly/registers/nodes/types/Js"; import { SetPointAttributeJsNode } from "./SetPointAttribute"; export class SetInstanceAttributeJsNode extends SetPointAttributeJsNode { static type() { return JsType.SET_INSTANCE_ATTRIBUTE; } }