A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.unity3d.com/Packages/com.unity.ugui@1.0/api/UnityEngine.UI.LayoutRebuilder.html below:

Class LayoutRebuilder

Wrapper class for managing layout rebuilding of CanvasElement.

Inheritance

LayoutRebuilder

Namespace: UnityEngine.UI Assembly: UnityEngine.UI.dll Syntax
public class LayoutRebuilder : ICanvasElement
Properties transform

Get the transform associated with the ICanvasElement.

Declaration
public Transform transform { get; }
Property Value Methods Equals(object)

Does the passed rebuilder point to the same CanvasElement.

Declaration
public override bool Equals(object obj)
Parameters Type Name Description object obj

The other object to compare

Returns Type Description bool

Are they equal

Overrides ForceRebuildLayoutImmediate(RectTransform)

Forces an immediate rebuild of the layout element and child layout elements affected by the calculations.

Declaration
public static void ForceRebuildLayoutImmediate(RectTransform layoutRoot)
Parameters Type Name Description RectTransform layoutRoot

The layout element to perform the layout rebuild on.

GetHashCode() Declaration
public override int GetHashCode()
Returns Overrides GraphicUpdateComplete()

Callback sent when this ICanvasElement has completed Graphic rebuild.

Declaration
public void GraphicUpdateComplete()
IsDestroyed()

Has the native representation of this LayoutRebuilder been destroyed?

Declaration
public bool IsDestroyed()
Returns LayoutComplete()

Callback sent when this ICanvasElement has completed layout.

Declaration
public void LayoutComplete()
MarkLayoutForRebuild(RectTransform)

Mark the given RectTransform as needing it's layout to be recalculated during the next layout pass.

Declaration
public static void MarkLayoutForRebuild(RectTransform rect)
Parameters Rebuild(CanvasUpdate)

Rebuild the element for the given stage.

Declaration
public void Rebuild(CanvasUpdate executing)
Parameters Type Name Description CanvasUpdate executing

The current CanvasUpdate stage being rebuild.

ToString() Declaration
public override string ToString()
Returns Overrides Implements

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4