Class ExportFormatDescription
Describes a file format which Assimp can export to.
Inherited Members
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
public sealed class ExportFormatDescription
Properties
| Edit this page View SourceDescription
Gets a short description of the file format to present to users.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
FileExtension
Gets the recommended file extension for the exported file in lower case.
Declaration
public string FileExtension { get; }
Property Value
Type | Description |
---|---|
string |
FormatId
Gets a short string ID to uniquely identify the export format. E.g. "collada" or "obj".
Declaration
public string FormatId { get; }
Property Value
Type | Description |
---|---|
string |