Class RemoveComponentConfig
Configuration for the RemoveComponent step that specifies which parts of the data structure is to be removed. If no valid mesh remains after the step, the import fails. The default value i None.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class RemoveComponentConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceRemoveComponentConfig(ExcludeComponent)
Constructs a new RemoveComponentConfig.
Declaration
public RemoveComponentConfig(ExcludeComponent componentsToExclude)
Parameters
Type | Name | Description |
---|---|---|
ExcludeComponent | componentsToExclude | Bit-wise combination of components to exclude. |
Properties
| Edit this page View SourceRemoveComponentConfigName
Gets the string name used by RemoveComponentConfig.
Declaration
public static string RemoveComponentConfigName { get; }
Property Value
Type | Description |
---|---|
string |