UNPKG

@polygonjs/polygonjs

Version:

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

4 lines (3 loc) 233 B
import { ObjectXD } from './ObjectAttributeReactivity'; import type { AttribValue } from '../../types/GlobalTypes'; export declare function _updateObjectAttribRef(object3D: ObjectXD, attribName: string, newValue: AttribValue): void;