Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseCalled 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).