SaveOptions
Overview
SaveOptions is a class in Aspose.3D FOSS for TypeScript.
This class declares 1 method for SaveOptions objects in TypeScript programs.
Available methods include: constructor.
Public members are accessible to any TypeScript application after installing the Aspose.3D FOSS for TypeScript package.
Properties: encoding, exportTextures, fileFormat, fileName, fileSystem, lookupPaths.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
exportTextures | boolean | Read/Write | Gets the export textures. |
fileFormat | FileFormat | null | Read | Gets the file format. |
encoding | string | null | Read/Write | Gets the encoding. |
fileSystem | any | null | Read/Write | Gets the file system. |
lookupPaths | string[] | Read/Write | Gets the lookup paths. |
fileName | string | null | Read/Write | Gets the file name. |
Methods
| Signature | Description |
|---|---|
constructor() | Calls constructor on this SaveOptions instance. |