Class AnimationContentDictionary
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Collection of named animations.
public sealed class AnimationContentDictionary : NamedValueDictionary<AnimationContent>, IDictionary<string, AnimationContent>, ICollection<KeyValuePair<string, AnimationContent>>, IEnumerable<KeyValuePair<string, AnimationContent>>, IEnumerable
- Inheritance
-
AnimationContentDictionary
- Implements
- Inherited Members
Constructors
AnimationContentDictionary()
Initializes a new instance of AnimationContentDictionary.
public AnimationContentDictionary()