Click or drag to resize
DigitalRuneMesh.Animations Property
Gets or sets the animations.

Namespace: DigitalRune.Graphics
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Dictionary<string, SkeletonKeyFrameAnimation> Animations { get; set; }

Property Value

Type: Dictionary<String, SkeletonKeyFrameAnimation>
The animations. Can be null if there are no animations.
See Also