Click or drag to resize
DigitalRuneQuaternionFAnimationX Property
Gets or sets the animation of the X component.

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<float> X { get; set; }

Property Value

Type: IAnimationSingle
The animation of the X component.
See Also