Class DeboneAllOrNoneConfig
Configuration that requires all bones to qualify for deboning before any are removed.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class DeboneAllOrNoneConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceDeboneAllOrNoneConfig(bool)
Constructs a new DeboneAllOrNoneConfig.
Declaration
public DeboneAllOrNoneConfig(bool allOrNone)
Parameters
Type | Name | Description |
---|---|---|
bool | allOrNone | True if all are required, false if none need to qualify. |
Properties
| Edit this page View SourceDeboneAllOrNoneConfigName
Gets the string name used by DeboneAllOrNoneConfig.
Declaration
public static string DeboneAllOrNoneConfigName { get; }
Property Value
Type | Description |
---|---|
string |