Binding
Base class for defining a binding.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
[UxmlObject]public abstract class Binding
Properties
Property | Description |
|---|---|
| isDirty | When set to |
| updateTrigger | When set to BindingUpdateTrigger.EveryUpdate, the binding instance updates in every update, regardless of the data source version. |
Methods
Method | Description |
|---|---|
| MarkDirty | Notifies the binding system to process this binding. |
Static Methods
Method | Description |
|---|---|
| ResetPanelLogLevel | Resets the log level for binding failures on a panel to use the global setting. |
| SetGlobalLogLevel | Sets the log level for all binding failures. |
| SetPanelLogLevel | Sets the log level for binding failures on a panel. |