BindingStopper Class

Description

Element that prevents binding its children from higher in the hierarchy. UXML support

public class BindingStopper : VisualElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle
Inheritance
Remarks

It's still possible to bind the children, just not from outside this element.

Use this element to keep fields bound to different Objects than the rest of the UI. For example, it's used by ListOfInspectors to ensure inspector headers aren't bound to the parent inspector's Object.

Constructors

BindingStopper()

Fields

ussClassName

USS class name of elements of this type.

Extension Methods

UIToolkitExtensions.GetLocalRect(VisualElement)
UIToolkitExtensions.GetChildren<TElement>(VisualElement, List<TElement>, Func<TElement, Boolean>)
UIToolkitExtensions.GetFirstChild<TElement>(VisualElement, Func<TElement, Boolean>)
UIToolkitExtensions.ForEachChild<TElement>(VisualElement, Action<TElement>)