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