GltfPlugin
General
GltfPlugin és una classe en Aspose.3d per Typescript. Heretaris de: GltfPlugin, Plugin.
GltfPlugin.getInstance returns the singleton GltfPlugin object.
Mètodes
| Signatura | Descripció |
|---|---|
constructor() | |
getInstance() → GltfPlugin | Retorna l’objecte singleton GltfPlugin |
createImporter() → Importer | Crea un nou importador de GLTF per llegir arxius. |
createExporter() → Exporter | Crea un nou exportador GLTF per escriure arxius |
getFileFormat() → FileFormat | Retorna l’objecte FileFormat que representa GLTF. |
getImporter() → Importer | Retorna l’instància d’importador GLTF predeterminada |
getExporter() → Exporter | Retorna l’instància d’exportació GLTF predeterminada |
getFormatDetector() → FormatDetector | Retorna un detector que identifica els arxius GLTF. |
createLoadOptions() → GltfLoadOptions | Crea un objecte GltfLoadOptions per a la configuració d’import |
createSaveOptions() → GltfSaveOptions | Crea un objecte GltfSaveOptions per a la configuració d’exportació |