@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
6 lines (5 loc) • 492 B
TypeScript
import { CoreGroup } from '../../../../../core/geometry/Group';
import { AttribType } from '../../../../../core/geometry/Constant';
import { AttribCreateSopParams } from '../../../../operations/sop/AttribCreate';
import { AttribCreateSopNodeParams } from '../../../../operations/sop/utils/attribCreate/Common';
export declare function addObjectAttributeWithExpression(attribType: AttribType, coreGroup: CoreGroup, params: AttribCreateSopNodeParams, pv: AttribCreateSopParams): Promise<void>;