Class BindableElement
Inheritance
BindableElement
Implements
Inherited Members
Namespace: UnityEngine.Experimental.UIElements
Assembly: UnityEngine.dll
Syntax
public class BindableElement : VisualElement, IEventHandler, ITransform, IUIElementDataWatch, IEnumerable<VisualElement>, IEnumerable, IVisualElementScheduler, IStyle, IBindable
Properties
| Improve this Doc View Sourcebinding
Declaration
public IBinding binding { get; set; }
Property Value
Type | Description |
---|---|
IBinding |
bindingPath
Declaration
public string bindingPath { get; set; }
Property Value
Type | Description |
---|---|
String |