Class DeboneThresholdConfig
Configures the Debone threshold that is used to determine what bones are removed.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class DeboneThresholdConfig : FloatPropertyConfig
Constructors
| Edit this page View SourceDeboneThresholdConfig(float)
Constructs a new DeboneThresholdConfig.
Declaration
public DeboneThresholdConfig(float threshold)
Parameters
Type | Name | Description |
---|---|---|
float | threshold | The debone threshold. |
Properties
| Edit this page View SourceDeboneThresholdConfigName
Gets the string name used by DeboneThresholdConfig.
Declaration
public static string DeboneThresholdConfigName { get; }
Property Value
Type | Description |
---|---|
string |