Interface IBindable
Interface for all bindable fields.
Namespace: UnityEngine.UIElements
Syntax
public interface IBindable
Properties
binding
Binding object that will be updated.
Declaration
IBinding binding { get; set; }
Property Value
Type | Description |
---|---|
IBinding |
bindingPath
Path of the target property to be bound.
Declaration
string bindingPath { get; set; }
Property Value
Type | Description |
---|---|
String |