Class LayoutGroup<T>
A
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 SourceChildAlignmentProperty
Backing store for the ChildAlignment property.
Declaration
public static readonly BindableProperty ChildAlignmentProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PaddingBottomProperty
Backing store for the PaddingBottom property.
Declaration
public static readonly BindableProperty PaddingBottomProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PaddingLeftProperty
Backing store for the PaddingLeft property.
Declaration
public static readonly BindableProperty PaddingLeftProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PaddingRightProperty
Backing store for the PaddingRight property.
Declaration
public static readonly BindableProperty PaddingRightProperty
Field Value
Type | Description |
---|---|
BindableProperty |
PaddingTopProperty
Backing store for the PaddingTop property.
Declaration
public static readonly BindableProperty PaddingTopProperty
Field Value
Type | Description |
---|---|
BindableProperty |
Properties
| Improve this Doc View SourceChildAlignment
A property that represents UnityEngine.UI.LayoutGroup.childAlignment.
Declaration
public UnityEngine.TextAnchor ChildAlignment { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.TextAnchor |
PaddingBottom
A property that represents UnityEngine.RectOffset.bottom of UnityEngine.UI.LayoutGroup.padding.
Declaration
public int PaddingBottom { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PaddingLeft
A property that represents UnityEngine.RectOffset.left of UnityEngine.UI.LayoutGroup.padding.
Declaration
public int PaddingLeft { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
PaddingRight
A property that represents UnityEngine.RectOffset.right of UnityEngine.UI.LayoutGroup.padding.
Declaration
public int PaddingRight { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
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 SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()