Animates a Vector4F value by applying an animation to each component of the vector.

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

Syntax

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

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Vector4F>)>)>
    DigitalRune.Animation..::..Vector4FAnimation

See Also