RenderStateManager.FogColorValue Property |
Language: |
Retrieves or sets the fog color.
Visual Basic .NET Public Property FogColorValue As Integer C# public int FogColorValue { get; set; } Managed C++ public: __property int get_FogColorValue();
public: __property void set_FogColorValue(int);JScript .NET public function get FogColorValue() : int
public function set FogColorValue(int);
System.Int32 . An integer that specifies the fog color to set or retrieve.
This property is read/write.
Feedback? Please provide us with your comments on this topic.