TextureStateManager Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members

Include .NET Compact Framework Members
Include XNA Framework Members

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Contains texture states for the device.

The TextureStateManager type exposes the following members.

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetType Gets the Type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework AddressU Retrieves or sets the texture-address mode for the u-coordinate.
Public propertySupported by the .NET Compact Framework AddressV Retrieves or sets the texture-address mode for the v-coordinate.
Public propertySupported by the .NET Compact Framework AddressW Retrieves or sets the texture-address mode for the w-coordinate.
Public propertySupported by the .NET Compact Framework AlphaArgument0 Defines settings for the alpha channel selector operand for triadic (multiply, add, and linear interpolation) operations identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework AlphaArgument1 Defines the texture-stage state as the first alpha argument for the stage identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework AlphaArgument2 Defines the texture-stage state as the second alpha argument for the stage identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework AlphaOperation Defines the texture-stage state as a texture alpha-blending operation identified by the TextureOperation enumeration.
Public propertySupported by the .NET Compact Framework BorderColor Retrieves or sets the border color.
Public propertySupported by the .NET Compact Framework ColorArgument0 Defines settings for the third color operand for triadic (multiply, add, and linear interpolation) operations identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework ColorArgument1 Defines the texture-stage state as the first color argument for the stage identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework ColorArgument2 Defines the texture-stage state as the second color argument for the stage identified by the TextureArgument enumeration.
Public propertySupported by the .NET Compact Framework ColorOperation Defines the texture-stage state as a texture color-blending operation identified by the TextureOperation enumeration.
Public propertySupported by the .NET Compact Framework MagFilter Retrieves or sets a magnification filter.
Public propertySupported by the .NET Compact Framework MaxAnisotropy Retrieves or sets the maximum anisotropy.
Public propertySupported by the .NET Compact Framework MaxMipLevel Retrieves or sets the level of detail (LOD) index of the largest map to use.
Public propertySupported by the .NET Compact Framework MinFilter Retrieves or sets a minification filter.
Public propertySupported by the .NET Compact Framework MipFilter Retrieves or sets a mipmap filter to use during minification.
Public propertySupported by the .NET Compact Framework MipMapLevelOfDetailBias Retrieves or sets the mipmap level of detail (LOD) bias.
Public propertySupported by the .NET Compact Framework ResultArgument Selects the destination register for the result of the current stage identified by TextureArgument.
Public propertySupported by the .NET Compact Framework TextureCoordinateIndex Defines the index of the texture coordinate set to use with the current texture stage.
Public propertySupported by the .NET Compact Framework TextureTransform Controls the transformation of texture coordinates for the current texture stage.

Top

See Also

Reference

TextureStateManager Class

Microsoft.WindowsMobile.DirectX.Direct3D Namespace