Struct AiExportFormatDesc
Describes a file format which Assimp can export to.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiExportFormatDesc
Fields
| Edit this page View SourceDescription
char*, a short description of the file format to present to users.
Declaration
public nint Description
Field Value
Type | Description |
---|---|
nint |
FileExtension
char*, a recommended file extension of the exported file in lower case.
Declaration
public nint FileExtension
Field Value
Type | Description |
---|---|
nint |
FormatId
char*, a short string ID to uniquely identify the export format. e.g. "collada" or "obj"
Declaration
public nint FormatId
Field Value
Type | Description |
---|---|
nint |