Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public sealed class ComponentBindingDispatcher<T> : ComponentBindingDispatcher where T : struct, IVisualElementComponent

Static Fields

Value

Description

InstanceThe shared dispatcher for
T
.