Struct AiImporterDesc
Describes a variety of information about an importer.
Inherited Members
Namespace: SharpAssimp.Unmanaged
Assembly: SharpAssimp.dll
Syntax
public struct AiImporterDesc
Fields
| Edit this page View SourceAuthor
char*, original author (blank if unknown or assimp team)
Declaration
public nint Author
Field Value
Type | Description |
---|---|
nint |
Comments
char*, implementation comments. E.g. unimplemented features.
Declaration
public nint Comments
Field Value
Type | Description |
---|---|
nint |
FileExtensions
char*, list of file extensions the importer can handle. Entries are separated by space characters, and all entries are lower case WITHOUT a leading dot. (e.g. "xml dae"). Multiple importers may respond to the same file extension, assim
Declaration
public nint FileExtensions
Field Value
Type | Description |
---|---|
nint |
Flags
unsigned int, features supported by the importer.
Declaration
public ImporterFeatureFlags Flags
Field Value
Type | Description |
---|---|
ImporterFeatureFlags |
Maintainer
char*, current maintainer, left blank if the author maintains.
Declaration
public nint Maintainer
Field Value
Type | Description |
---|---|
nint |
MaxMajor
unsigned int, max major version of format supported. If no version scheme, forwards compatible, or importer doesn't care, will be zero.
Declaration
public uint MaxMajor
Field Value
Type | Description |
---|---|
uint |
MaxMinor
unsigned int, min major version of format supported. If no version scheme, forwards compatible, or importer doesn't care, will be zero.
Declaration
public uint MaxMinor
Field Value
Type | Description |
---|---|
uint |
MinMajor
unsigned int, max major version of format supported. If no version scheme or importer doesn't care, will be zero.
Declaration
public uint MinMajor
Field Value
Type | Description |
---|---|
uint |
MinMinor
unsigned int, min major version of format supported. If no version scheme or importer doesn't care, will be zero.
Declaration
public uint MinMinor
Field Value
Type | Description |
---|---|
uint |
Name
char*, full name of the importer (e.g. Blender3D Importer)
Declaration
public nint Name
Field Value
Type | Description |
---|---|
nint |