Class FBXImportAnimationsConfig
Specifies whether the FBX importer will import animations. Default is true.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class FBXImportAnimationsConfig : BooleanPropertyConfig
Constructors
| Edit this page View SourceFBXImportAnimationsConfig(bool)
Constructs a new FBXImportAnimationsConfig.
Declaration
public FBXImportAnimationsConfig(bool importAnimations)
Parameters
Type | Name | Description |
---|---|---|
bool | importAnimations | True if the FBX importer should import animations, false otherwise. |
Properties
| Edit this page View SourceFBXImportAnimationsConfigName
Gets the string name used by FBXImportAnimationsConfig.
Declaration
public static string FBXImportAnimationsConfigName { get; }
Property Value
Type | Description |
---|---|
string |