Animates a Vector4 value by applying an animation to each component of the vector. (Only available in the XNA-compatible build.)

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.1.0.0 (1.1.0.9503)

Syntax

C#
public class Vector4Animation : Animation<Vector4>
Visual Basic
Public Class Vector4Animation _
	Inherits Animation(Of Vector4)
Visual C++
public ref class Vector4Animation : public Animation<Vector4>

Remarks

This type is available only in the XNA-compatible build of the DigitalRune.Animations.dll.

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Vector4>)>)>
    DigitalRune.Animation..::..Vector4Animation

See Also