Table of Contents

Class TextureCollection

Namespace
Microsoft.Xna.Framework.Graphics
Assembly
MonoGame.Framework.dll

Represents a collection of Texture objects. This class cannot be inherited.

public sealed class TextureCollection
Inheritance
TextureCollection
Inherited Members

Properties

this[int]

Gets or sets the Texture at the specified sampler number.

public Texture this[int index] { get; set; }

Parameters

index int

Property Value

Texture