Version: 2017.3

CanvasUpdateRegistry

class in UnityEngine.UI

매뉴얼로 전환

설명

A place where CanvasElements can register themselves for rebuilding.

정적 변수

instanceGet the singleton registry.

정적 함수

IsRebuildingGraphicsAre graphics being rebuild.
IsRebuildingLayoutIs layout being rebuilt?
RegisterCanvasElementForGraphicRebuildRebuild the graphics of the given element.
RegisterCanvasElementForLayoutRebuildRebuild the layout of the given element.
TryRegisterCanvasElementForGraphicRebuildRebuild the layout of the given element.
TryRegisterCanvasElementForLayoutRebuildWas the element scheduled.
UnRegisterCanvasElementForRebuildRemove the given element from rebuild.