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