dazscript-types
Version:
Daz Studio Scripting Types
11 lines (8 loc) • 313 B
TypeScript
/**
* 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();
}