Enum ImporterFeatureFlags
Defines flags that indicate level of support for common features for a given importer.
Namespace: SharpAssimp
Assembly: SharpAssimp.dll
Syntax
[Flags]
public enum ImporterFeatureFlags
Fields
Name | Description |
---|---|
Experimental | Indicates that the importer is experimental and used with caution - this is only reserved for importers still in development, and not typically yet in released production code. |
LimitedSupport | Indicates that the importer reads only a very particular subset of the file format. This is common for formats that cannot easily be mapped to the Scene data structure. |
SupportsBinary | Indicates there is a binary encoding of the file format and it is supported. |
SupportsCompressed | Indicates there is a compressed encoding of the file format and it is supported. |
SupportsText | Indicates there is a textual encoding of the file format and it is supported. |