FbxSaveOptions.FbxSaveOptions
FbxSaveOptions(FileFormat)
Initializes a FbxSaveOptions
public FbxSaveOptions(FileFormat format)
| Parameter | Type | Description |
|---|---|---|
| format | FileFormat | Instance of FileFormat, it should be a valid FBX format. |
See Also
- class FileFormat
- class FbxSaveOptions
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D
FbxSaveOptions(FileContentType)
Initialize a FbxSaveOptions using latest supported version.
public FbxSaveOptions(FileContentType contentType)
| Parameter | Type | Description |
|---|---|---|
| contentType | FileContentType | Binary or ASCII |
See Also
- enum FileContentType
- class FbxSaveOptions
- namespace Aspose.ThreeD.Formats
- assembly Aspose.3D