BindingLogLevel
Options to change the log level for warnings that occur during the update of data bindings.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public enum BindingLogLevel
Remarks
This option can be changed using Binding.SetGlobalLogLevel or Binding.SetPanelLogLevel. Changing the global level won't change the log level of a panel if it already has an override.