ColladaFormat
General
ColladaFormat is a class in Aspose.3d for Typescript.
Inherits from: ColladaFormat, FileFormat.
ColladaFormat és una classe de l’objectiu.3d per a Typescript. Hereta de: ゚ColladaFormat⌒, ヽ FileFormat` .
ColladaFormat.getInstance retorna un objecte singleton ColladaFormat.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
extension | string | Read | Holds the default file extension for COLLADA files |
extensions | string[] | Read | Lists all supported file extensions for COLLADA |
contentType | string | Read | Contains the MIME type for COLLADA files |
fileFormatType | any | Read | Identifies the enum value representing the COLLADA format |
version | string | Read | Specifies the COLLADA specification version supported |
canExport | boolean | Read | Indicates if the COLLADA format can be exported |
canImport | boolean | Read | Indicates if the COLLADA format can be imported |
formats | any[] | Read | Provides an array of related format descriptors |
Mètodes
| Signature | Description |
|---|---|
canExport() → boolean | Indicates if the COLLADA format can be exported |
canImport() → boolean | Indicates if the COLLADA format can be imported |
constructor() | |
getInstance() → ColladaFormat | Returns a singleton ColladaFormat object |
createLoadOptions() → ColladaLoadOptions | Creates a ColladaLoadOptions object for importing |
createSaveOptions() → ColladaSaveOptions | Creates a ColladaSaveOptions object for exporting |