Legacy Documentation: Version 5.5
LanguageEnglish
  • C#
  • JS

Script language

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

GraphicRegistry

class in UnityEngine.UI

Description

Registry which maps a Graphic to the canvas it belongs to.

Static Variables

instanceSingleton instance.

Static Functions

GetGraphicsForCanvasReturn a list of Graphics that are registered on the Canvas.
RegisterGraphicForCanvasStore a link between the given canvas and graphic in the registry.
UnregisterGraphicForCanvasDeregister the given Graphic from a Canvas.