UNPKG

dazscript-types

Version:
11 lines (8 loc) 371 B
/** * A DzElementData implementation that flags a bone of a DzLegacyFigure as using Poser's propagating scale. * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/poserpropagatingscaleflag_dz */ declare class DzPoserPropagatingScaleFlag extends DzElementData { /* Constructors */ constructor(); }