Animates a Vector3 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 Vector3Animation : Animation<Vector3>
Visual Basic
Public Class Vector3Animation _
	Inherits Animation(Of Vector3)
Visual C++
public ref class Vector3Animation : public Animation<Vector3>

Remarks

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

Inheritance Hierarchy

System..::..Object
  DigitalRune.Animation..::..Animation<(Of <(<'Vector3>)>)>
    DigitalRune.Animation..::..Vector3Animation

See Also