TextureStateManager.TextureTransform Property |
Language: |
Controls the transformation of texture coordinates for the current texture stage.
Visual Basic .NET Public Property TextureTransform As TextureTransform C# public TextureTransform TextureTransform { get; set; } Managed C++ public: __property TextureTransform get_TextureTransform();
public: __property void set_TextureTransform(TextureTransform);JScript .NET public function get TextureTransform() : TextureTransform
public function set TextureTransform(TextureTransform);
Microsoft.DirectX.Direct3D.TextureTransform . A TextureTransform object that represents the texture-stage state values.
This property is read/write.
The default value is TextureTransform.Disable.
Feedback? Please provide us with your comments on this topic.