Class SortByPrimitiveTypeConfig
Configuration for the SortByPrimitiveType step that specifies which primitive types are to be removed by the step. Specifying all primitive types is illegal. The default value is zero specifying none.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class SortByPrimitiveTypeConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceSortByPrimitiveTypeConfig(PrimitiveType)
Constructs a new SortByPrimitiveTypeConfig.
Declaration
public SortByPrimitiveTypeConfig(PrimitiveType typesToRemove)
Parameters
Type | Name | Description |
---|---|---|
PrimitiveType | typesToRemove | Bit-wise combination of primitive types to remove |
Properties
| Edit this page View SourceSortByPrimitiveTypeConfigName
Gets the string name used by SortByPrimitiveTypeConfig.
Declaration
public static string SortByPrimitiveTypeConfigName { get; }
Property Value
Type | Description |
---|---|
string |