Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public bool ignoreDisabledElements { get; protected set; }

Remarks