Show / Hide Table of Contents

Class LayoutGroup<T>

A that represents UnityEngine.UI.LayoutGroup.

Inheritance
Object
LayoutGroup<T>
GridLayoutGroup
HorizontalOrVerticalLayoutGroup<T>
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class LayoutGroup<T> : Behaviour<T> where T : UnityEngine.UI.LayoutGroup
Type Parameters
Name Description
T

Fields

| Improve this Doc View Source

ChildAlignmentProperty

Backing store for the ChildAlignment property.

Declaration
public static readonly BindableProperty ChildAlignmentProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PaddingBottomProperty

Backing store for the PaddingBottom property.

Declaration
public static readonly BindableProperty PaddingBottomProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PaddingLeftProperty

Backing store for the PaddingLeft property.

Declaration
public static readonly BindableProperty PaddingLeftProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PaddingRightProperty

Backing store for the PaddingRight property.

Declaration
public static readonly BindableProperty PaddingRightProperty
Field Value
Type Description
BindableProperty
| Improve this Doc View Source

PaddingTopProperty

Backing store for the PaddingTop property.

Declaration
public static readonly BindableProperty PaddingTopProperty
Field Value
Type Description
BindableProperty

Properties

| Improve this Doc View Source

ChildAlignment

A property that represents UnityEngine.UI.LayoutGroup.childAlignment.

Declaration
public UnityEngine.TextAnchor ChildAlignment { get; set; }
Property Value
Type Description
UnityEngine.TextAnchor
| Improve this Doc View Source

PaddingBottom

A property that represents UnityEngine.RectOffset.bottom of UnityEngine.UI.LayoutGroup.padding.

Declaration
public int PaddingBottom { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PaddingLeft

A property that represents UnityEngine.RectOffset.left of UnityEngine.UI.LayoutGroup.padding.

Declaration
public int PaddingLeft { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PaddingRight

A property that represents UnityEngine.RectOffset.right of UnityEngine.UI.LayoutGroup.padding.

Declaration
public int PaddingRight { get; set; }
Property Value
Type Description
Int32
| Improve this Doc View Source

PaddingTop

A property that represents UnityEngine.RectOffset.top of UnityEngine.UI.LayoutGroup.padding.

Declaration
public int PaddingTop { get; set; }
Property Value
Type Description
Int32

Methods

| Improve this Doc View Source

AwakeInMainThread()

Declaration
protected override void AwakeInMainThread()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX