Class UnrealKeyFrameImportConfig
Sets the vertex animation keyframe to be imported. Assimp does not support vertex keyframes (only bone animation is supported). the library reads only one keyframe with vertex animations. By default this is the first frame. This config sets the global override for the Unreal format.
Inherited Members
Namespace: SharpAssimp.Configs
Assembly: SharpAssimp.dll
Syntax
public sealed class UnrealKeyFrameImportConfig : IntegerPropertyConfig
Constructors
| Edit this page View SourceUnrealKeyFrameImportConfig(int)
Constructs a new UnrealKeyFrameImportConfig.
Declaration
public UnrealKeyFrameImportConfig(int keyFrame)
Parameters
Type | Name | Description |
---|---|---|
int | keyFrame | Keyframe index |
Properties
| Edit this page View SourceUnrealKeyFrameImportConfigName
Gets the string name used by UnrealKeyFrameImportConfig.
Declaration
public static string UnrealKeyFrameImportConfigName { get; }
Property Value
Type | Description |
---|---|
string |