Version: 2017.2

GraphicRegistry

class in UnityEngine.UI

Cambiar al Manual

Descripción

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

Variables Estáticas

instanceSingleton instance.

Funciones Estáticas

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.