Class SamplerStateCollection
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