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