Click or drag to resize
DigitalRuneDRMeshContentAnimations Property
Gets or sets the animations.

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
[ContentSerializerAttribute(ElementName = "Animations", SharedResource = true)]
public Dictionary<string, SkeletonKeyFrameAnimation> Animations { get; set; }

Property Value

Type: DictionaryString, SkeletonKeyFrameAnimation
The animations. Can be if there are no animations.
See Also