UNPKG

dazscript-types

Version:
11 lines (8 loc) 304 B
/** * Class for exporting geometry to the Wavefront Object (*.obj) format. * @docurl https://docs.daz3d.com/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/objexporter_dz */ declare class DzObjExporter extends DzExporter { /* Constructors */ constructor(); }