IsBound(IBindable)
Checks if a IBindable is bound to a property.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public static bool IsBound(this IBindable control)
Parameters
This Bindable object.
Returns
Type | Description |
|---|---|
| bool | True if this IBindable is bound to a property. |