AnimationKeyframe.AnimationKeyframe Method (Microsoft.Xna.Framework.Content.Pipeline.Graphics)

Initializes a new instance of AnimationKeyframe with the specified time offsetand transform.

Namespace: Microsoft.Xna.Framework.Content.Pipeline.Graphics
Assembly: MonoGame.Framework.Content.Pipeline (MonoGame.Framework.Content.Pipeline.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public AnimationKeyframe(
	TimeSpan time, 
	Matrix transform
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

time
Type: System.TimeSpan
Time offset of the keyframe.
transform
Type: Microsoft.Xna.Framework.Matrix
Position of the keyframe.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop