Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

UIBehaviour.OnCanvasHierarchyChanged

Switch to Manual
protected function OnCanvasHierarchyChanged(): void;

Description

Called when the state of the parent Canvas is changed.

When a parent canvas is either enabled or disabled this function is called. It allows you to modify and objects below a canvas that may depend on a parent canvas (for example, if a canvas is disabled you may want to halt some processing of a UI element).