Class SmdLoadAnimationListConfig
Specifies whether the importer will load multiple animations. Default value is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class SmdLoadAnimationListConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceSmdLoadAnimationListConfig(bool)
Constructs a new SmdLoadAnimationListConfig.
Declaration
public SmdLoadAnimationListConfig(bool loadAnimList)
Parameters
Type | Name | Description |
---|---|---|
bool | loadAnimList | True if the importer should load multiple animations, false if only one animation should be loaded. |
Properties
| Edit this page View SourceSmdLoadAnimationListConfigName
Gets the string name used by SmdLoadAnimationListConfig.
Declaration
public static string SmdLoadAnimationListConfigName { get; }
Property Value
Type | Description |
---|---|
string |