FbxSaveOptions.FbxSaveOptions

FbxSaveOptions(FileFormat)

Initializes a FbxSaveOptions

public FbxSaveOptions(FileFormat format)
ParameterTypeDescription
formatFileFormatInstance of FileFormat, it should be a valid FBX format.

See Also


FbxSaveOptions(FileContentType)

Initialize a FbxSaveOptions using latest supported version.

public FbxSaveOptions(FileContentType contentType)
ParameterTypeDescription
contentTypeFileContentTypeBinary or ASCII

See Also