RenderStateManager.DebugMonitorTokenEnabled Property |
Language: |
Enables or disables the debug monitor token.
Visual Basic .NET Public Property DebugMonitorTokenEnabled As Boolean C# public bool DebugMonitorTokenEnabled { get; set; } Managed C++ public: __property bool get_DebugMonitorTokenEnabled();
public: __property void set_DebugMonitorTokenEnabled(bool);JScript .NET public function get DebugMonitorTokenEnabled() : boolean
public function set DebugMonitorTokenEnabled(boolean);
System.Boolean . Set to true to enable the debug monitor, or false to disable it.
This property is read/write.
The default value for the debug monitor is true.
This property should be set only for debugging the monitor. It is useful for debug builds only.
Feedback? Please provide us with your comments on this topic.