Interface IBindable
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public interface IBindable
Properties
| Improve this Doc View Sourcebinding
Declaration
IBinding binding { get; set; }
Property Value
Type | Description |
---|---|
IBinding |
bindingPath
Declaration
string bindingPath { get; set; }
Property Value
Type | Description |
---|---|
String |