Class IBindingExtensions
Extensions methods to provide additional IBindable functionality.
Namespace: UnityEngine.UIElements
Syntax
public static class IBindingExtensions : object
Methods
IsBound(IBindable)
Checks if a IBindable is bound to a property.
Declaration
public static bool IsBound(this IBindable control)
Parameters
Type | Name | Description |
---|---|---|
IBindable | control | This Bindable object. |
Returns
Type | Description |
---|---|
Boolean | True if this IBindable is bound to a property. |