ColladaPlugin
Overview
ColladaPlugin registers COLLADA (.dae) I/O support in the Aspose.3D for TypeScript runtime. It wires together the format detector, importer, and exporter components for the COLLADA (.dae) format so that Scene.open() and Scene.save() can transparently read and write .dae files without any explicit format configuration by the caller. Plugins are initialised automatically when the @aspose-3d/api package is loaded at application startup; you do not need to instantiate or register them directly in your own code.
Description
ColladaPlugin is a class in the Aspose.3D FOSS library for TypeScript that exposes 9 methods and 0 properties for programmatic use. It extends Plugin, inheriting shared functionality from its parent type.
Instances are created through a single constructor that initializes the object with default values.
Methods
| Signature | Description |
|---|---|
constructor() | |
getInstance() → ColladaPlugin | Returns the singleton ColladaPlugin instance |
createImporter() → Importer | Creates an Importer for reading COLLADA files |
createExporter() → Exporter | Creates an Exporter for writing COLLADA files |
getFileFormat() → FileFormat | ` returns the FileFormat object describing the COLLADA format |
getImporter() → Importer | Returns the existing Importer associated with this plugin |
getExporter() → Exporter | Returns the existing Exporter associated with this plugin |
getFormatDetector() → FormatDetector | Returns a FormatDetector for identifying COLLADA files |
createLoadOptions() → ColladaLoadOptions | Creates a ColladaLoadOptions object for import settings |
createSaveOptions() → SaveOptions | Creates a SaveOptions object for export settings |