ComponentBindingDispatcher<T>
The shared ComponentBindingDispatcher for component type T. Generated code references ComponentBindingDispatcher<T>.Instance from the component's __GetComponentBindingDispatcher hook, closing the component type statically.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: ComponentBindingDispatcher
public sealed class ComponentBindingDispatcher<T> : ComponentBindingDispatcher where T : struct, IVisualElementComponent
Static Fields
Value | Description |
|---|---|
| Instance | The shared dispatcher for |