UNPKG

dazscript-types

Version:
11 lines (8 loc) 313 B
/** * Class for exporting animation data to the BioVision Hierarchy (*.bvh) format. * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/bvhexporter_dz */ declare class DzBvhExporter extends DzExporter { /* Constructors */ constructor(); }