Table of Contents

Class SamplerStateCollection

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

Represents a collection of SamplerState objects,

public sealed class SamplerStateCollection
Inheritance
SamplerStateCollection
Inherited Members

Properties

this[int]

Gets or sets the SamplerState at the specified index in the collection.

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

Parameters

index int

Property Value

SamplerState