Legacy Documentation: Version 5.3
LanguageEnglish
  • C#
  • JS

Script language

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

LayoutRebuilder

class in UnityEngine.UI


Implements interfaces: ICanvasElement

Description

Wrapper class for managing layout rebuilding of CanvasElement.

Variables

transformSee ICanvasElement.

Public Functions

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.