Table of Contents

Class TextureReferenceDictionary

Namespace
Microsoft.Xna.Framework.Content.Pipeline.Graphics
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