Class TextureReferenceDictionary
- Assembly
- MonoGame.Framework.Content.Pipeline.dll
Provides a collection of named references to texture files.
public sealed class TextureReferenceDictionary : NamedValueDictionary<ExternalReference<TextureContent>>, IDictionary<string, ExternalReference<TextureContent>>, ICollection<KeyValuePair<string, ExternalReference<TextureContent>>>, IEnumerable<KeyValuePair<string, ExternalReference<TextureContent>>>, IEnumerable
- Inheritance
-
TextureReferenceDictionary
- Implements
- Inherited Members
Constructors
TextureReferenceDictionary()
Initializes a new instance of TextureReferenceDictionary.
public TextureReferenceDictionary()