RenderStateManager.DebugMonitorTokenEnabled Property |
Language: |
Enables or disables the debug monitor token.
Visual Basic Public Property DebugMonitorTokenEnabled As Boolean C# public bool DebugMonitorTokenEnabled { get; set; } C++ public:
property bool DebugMonitorTokenEnabled {
bool get();
void set(bool value);
}JScript public function get DebugMonitorTokenEnabled() : boolean
public function set DebugMonitorTokenEnabled(boolean);
System.Boolean
This property is read/write.
Set to true to enable the debug monitor, or false to disable it.
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.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.