Class NodeExcludeListConfig
Configuration for the OptimizeGraph step
to preserve nodes matching a name in the given list. Nodes that match the names in the list
will not be modified or removed. Identifiers containing whitespaces
must
be enclosed in single quotation marks. The default value is an
empty string.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class NodeExcludeListConfig : StringPropertyConfig
Constructors
| Edit this page View SourceNodeExcludeListConfig(params string[])
Constructs a new NodeExcludeListConfig.
Declaration
public NodeExcludeListConfig(params string[] nodeNames)
Parameters
Type | Name | Description |
---|---|---|
string[] | nodeNames | List of node names |
Properties
| Edit this page View SourceNodeExcludeListConfigName
Gets the string name used by NodeExcludeListConfig.
Declaration
public static string NodeExcludeListConfigName { get; }
Property Value
Type | Description |
---|---|
string |