Class MD5NoAnimationAutoLoadConfig
Configures the MD5 loader to not load the MD5ANIM file for a MD5MESH file automatically. The default value is false.
The default strategy is to look for a file with the same name but with the MD5ANIm extension in the same directory. If it is found it is loaded and combined with the MD5MESH file. This configuration option can be used to disable this behavior.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class MD5NoAnimationAutoLoadConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceMD5NoAnimationAutoLoadConfig(bool)
Constructs a new MD5NoAnimationAutoLoadConfig.
Declaration
public MD5NoAnimationAutoLoadConfig(bool noAutoLoadAnim)
Parameters
Type | Name | Description |
---|---|---|
bool | noAutoLoadAnim | True if animations should not be automatically loaded, false if they should be. |
Properties
| Edit this page View SourceMD5NoAnimationAutoLoadConfigName
Gets the string name used by MD5NoAnimationAutoLoadConfig.
Declaration
public static string MD5NoAnimationAutoLoadConfigName { get; }
Property Value
Type | Description |
---|---|
string |