Click or drag to resize
DigitalRuneSrtAnimationTranslation Property
Gets or sets the animation of the Translation value.

Namespace: DigitalRune.Animation
Assembly: DigitalRune.Animation (in DigitalRune.Animation.dll) Version: 1.4.0.0 (1.4.1.14427)
Syntax
[ContentSerializerAttribute(SharedResource = true)]
public IAnimation<Vector3F> Translation { get; set; }

Property Value

Type: IAnimationVector3F
The animation of the Translation value.
See Also