Class MaterialExcludeListConfig
Configuration for the the RemoveRedundantMaterials step to determine what materials to keep. If a material matches one of these names it will not be modified or removed by the post processing step. Default is an empty string.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MaterialExcludeListConfig : StringPropertyConfig
Constructors
| Edit this page View SourceMaterialExcludeListConfig(string[])
Constructs a new MaterialExcludeListConfig. Material names containing whitespace
must
be enclosed in single quotation marks.
Declaration
public MaterialExcludeListConfig(string[] materialNames)
Parameters
Type | Name | Description |
---|---|---|
string[] | materialNames | List of material names that will not be modified or replaced by the remove redundant materials post process step. |
Properties
| Edit this page View SourceMaterialExcludeListConfigName
Gets the string name used by MaterialExcludeListConfig.
Declaration
public static string MaterialExcludeListConfigName { get; }
Property Value
Type | Description |
---|---|
string |