RenderStateManager.FogEnable Property |
Language: |
Enables or disables fog blending.
Visual Basic Public Property FogEnable As Boolean C# public bool FogEnable { get; set; } C++ public:
property bool FogEnable {
bool get();
void set(bool value);
}JScript public function get FogEnable() : boolean
public function set FogEnable(boolean);
System.Boolean
This property is read/write.
Set to true to enable fog blending, or false to disable it.
The default value is false.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.