ResetPanelLogLevel(IPanel)
Resets the log level for binding failures on a panel to use the global setting.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static void ResetPanelLogLevel(IPanel panel)
Parameters
The panel to reset the global log level.
Remarks
You can use Binding.SetGlobalLogLevel to reset the global log level.