ComponentBindingDispatcher
Dispatches component-targeted data bindings ( ${component:Type}.field ) into the live component data of an element. The generated __GetComponentBindingDispatcher hook returns ComponentBindingDispatcher<T>.Instance, and AddComponent caches it in the component's slot, so binding updates dispatch without reflection.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public abstract class ComponentBindingDispatcher