Class RemoveEmptyBonesConfig
Specifies whether the importer removes empty bones or not. Empty bones are often used to define connections for other models (e.g. attachment points). Default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class RemoveEmptyBonesConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceRemoveEmptyBonesConfig(bool)
Constructs a new RemoveEmptyBonesConfig.
Declaration
public RemoveEmptyBonesConfig(bool removeEmptyBones)
Parameters
Type | Name | Description |
---|---|---|
bool | removeEmptyBones | True if the importer should remove empty bones, false if they should be kept. |
Properties
| Edit this page View SourceRemoveEmptyBonesConfigName
Gets the string name used by RemoveEmptyBonesConfig.
Declaration
public static string RemoveEmptyBonesConfigName { get; }
Property Value
Type | Description |
---|---|
string |