RenderStateManager.TextureFactor Property |
Language: |
Retrieves or sets the color used for multiple-texture blending with the TextureArgument.TFactor texture blending argument or the TextureOperation.BlendFactorAlpha texture blending operation.
Visual Basic .NET Public Property TextureFactor As Integer C# public int TextureFactor { get; set; } Managed C++ public: __property int get_TextureFactor();
public: __property void set_TextureFactor(int);JScript .NET public function get TextureFactor() : int
public function set TextureFactor(int);
System.Int32 . Integer value that represents the color value to set or retrieve.
This property is read/write.
The default value is 0.
Feedback? Please provide us with your comments on this topic.