BindingActivationContext
Contains information passed to binding instances during registration and deregistration.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public readonly struct BindingActivationContext
Properties
Property | Description |
|---|---|
| bindingId | The binding id being activated/deactivated. |
| targetElement | The target element of the binding. |