Plugin
Overview
Plugin is a class in Aspose.3D FOSS for TypeScript.
This class declares 7 methods for Plugin objects in TypeScript programs.
Available methods include: createLoadOptions, createSaveOptions, getConstructorName, getExporter, getFileFormat, getFormatDetector, getImporter.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Methods
| Signature | Description |
|---|---|
getFileFormat() → FileFormat | Returns the file format. |
getImporter() → Importer | Returns the importer. |
getExporter() → Exporter | Returns the exporter. |
getFormatDetector() → FormatDetector | Returns the format detector. |
createLoadOptions() → LoadOptions | Calls createLoadOptions on this Plugin instance. |
createSaveOptions() → SaveOptions | Calls createSaveOptions on this Plugin instance. |
getConstructorName() → string | Returns the constructor name. |