Class FavorSpeedConfig
Configuration that is a hint to Assimp to favor speed against import quality. Enabling this option may result in faster loading, or it may not. It is just a hint to loaders and post-process steps to use faster code paths if possible. The default value is false.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FavorSpeedConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFavorSpeedConfig(bool)
Constructs a new FavorSpeedConfig.
Declaration
public FavorSpeedConfig(bool favorSpeed)
Parameters
Type | Name | Description |
---|---|---|
bool | favorSpeed | True if Assimp should favor speed at the expense of quality, false otherwise. |
Properties
| Edit this page View SourceFavorSpeedConfigName
Gets the string name used by FavorSpeedConfig.
Declaration
public static string FavorSpeedConfigName { get; }
Property Value
Type | Description |
---|---|
string |