Legacy Documentation: Version 4.6.2
Language: English
  • C#
  • JS
  • Boo

Script language

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

CanvasUpdateRegistry

Namespace: UnityEngine.UI

Description

A place where CanvasElements can register themselves for rebuilding.

Static Variables

instance Get the singleton registry.

Static Functions

IsRebuildingGraphics Are graphics being rebuild.
IsRebuildingLayout Is layout being rebuilt?
RegisterCanvasElementForGraphicRebuild Rebuild the graphics of the given element.
RegisterCanvasElementForLayoutRebuild Rebuild the layout of the given element.
UnRegisterCanvasElementForRebuild Remove the given element from rebuild.