ignoreDisabledElements
If this property is true, callbacks for this event are not invoked when the current target is disabled, unless those callbacks are registered using the CallbackOptions.IncludeDisabled option.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Property
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public bool ignoreDisabledElements { get; protected set; }
Remarks
Additional Resources: CallbackEventHandler.RegisterCallback