GraphicRegistry

class in UnityEngine.UI

매뉴얼로 전환

설명

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

정적 변수

instanceSingleton instance.

정적 함수

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.