Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

EventInterestOptions.Inherit

Description

Use the Inherit option when only the events needed by the base class are required. For example, a class that overrides the CallbackEventHandler.HandleEventBubbleUp method and checks if an enabled flag is active before calling its base.ExecuteDefaultActionAtTarget method would use this option.