Class BindableElement
Element that can be bound to a property.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class BindableElement : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable
Properties
binding
Binding object that will be updated.
Declaration
public IBinding binding { get; set; }
Property Value
Type | Description |
---|---|
IBinding |
Implements
bindingPath
Path of the target property to be bound.
Declaration
public string bindingPath { get; set; }
Property Value
Type | Description |
---|---|
String |