SamplerState Members
The following tables list the members exposed by the SamplerState type.
Public Properties
Name | Description | |
---|---|---|
![]() |
AddressU | Gets or sets the texture-address mode for the u-coordinate. |
![]() |
AddressV | Gets or sets the texture-address mode for the v-coordinate. |
![]() |
AddressW | Gets or sets the texture-address mode for the w-coordinate. |
![]() |
BorderColor | Gets or sets the border color. |
![]() |
MagFilter | Gets or sets a magnification filter. |
![]() |
MaxAnisotropy | Gets or sets the maximum anisotropy. The default value is 0. |
![]() |
MaxMipLevel | Gets or sets the level of detail (LOD) index of the largest map to use. |
![]() |
MinFilter | Gets or sets a minification filter. |
![]() |
MipFilter | Gets or sets a mipmap filter to use during minification. |
![]() |
MipMapLevelOfDetailBias | Gets or sets the mipmap level of detail (LOD) bias. The default value is 0. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ReferenceEquals | (Inherited from Object.) |
![]() |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
Finalize | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
SamplerState Class
Microsoft.Xna.Framework.Graphics Namespace