ColladaImporter
General
ColladaImporter is a class in Aspose.3d for Typescript.
Inherits from: ColladaImporter, Importer.
ColladaImporter és una classe de l’objectiu.3d per a Typescript. Hereta de: ゚ColladaImporter⌒, ∂Importador∂.
ColladaImporter.constructor crea una nova instància de la classe ColladaImporter.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
name | : string | Read | Holds the identifier name of the importer |
effect | : string | Read | Holds a string describing the effect or purpose of the importer |
Mètodes
| Signature | Description |
|---|---|
constructor() | Creates a new instance of the ColladaImporter class |
supportsFormat(fileFormat: FileFormat) → boolean | Returns true if the given FileFormat is supported by this importer |
importScene(scene: Scene, stream: any, options: LoadOptions) | Loads a COLLADA scene from a stream into the provided Scene using specified options |