Version: 2018.2

LayoutRebuilder

class in UnityEngine.UI


Implements interfaces:ICanvasElement

Switch to Manual

Description

Wrapper class for managing layout rebuilding of CanvasElement.

Variables

transformSee ICanvasElement.

Public Functions

EqualsDoes the passed rebuilder point to the same CanvasElement.
GraphicUpdateCompleteSee ICanvasElement.GraphicUpdateComplete.
IsDestroyedHas the native representation of this LayoutRebuilder been destroyed?
LayoutCompleteSee ICanvasElement.LayoutComplete.
RebuildSee ICanvasElement.Rebuild.

Static Functions

ForceRebuildLayoutImmediateForces an immediate rebuild of the layout element and child layout elements affected by the calculations.
MarkLayoutForRebuildMark the given RectTransform as needing it's layout to be recalculated during the next layout pass.