Class HorizontalOrVerticalLayoutGroup<T>
An abstract class that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.
Inherited Members
Namespace: Mux.Markup
Assembly: Mux.Markup.UI.dll
Syntax
public abstract class HorizontalOrVerticalLayoutGroup<T> : LayoutGroup<T> where T : UnityEngine.UI.HorizontalOrVerticalLayoutGroup
Type Parameters
| Name | Description |
|---|---|
| T |
Fields
| Improve this Doc View SourceChildControlHeightProperty
Backing store for the ChildControlHeight property.
Declaration
public static readonly BindableProperty ChildControlHeightProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ChildControlWidthProperty
Backing store for the ChildControlWidth property.
Declaration
public static readonly BindableProperty ChildControlWidthProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ChildForceExpandHeightProperty
Backing store for the ChildForceExpandHeight property.
Declaration
public static readonly BindableProperty ChildForceExpandHeightProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
ChildForceExpandWidthProperty
Backing store for the ChildForceExpandWidth property.
Declaration
public static readonly BindableProperty ChildForceExpandWidthProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
SpacingProperty
Backing store for the Spacing property.
Declaration
public static readonly BindableProperty SpacingProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
| Improve this Doc View SourceChildControlHeight
A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childControlHeight.
Declaration
public bool ChildControlHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ChildControlWidth
A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childControlWidth.
Declaration
public bool ChildControlWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ChildForceExpandHeight
A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childForceExpandHeight.
Declaration
public bool ChildForceExpandHeight { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
ChildForceExpandWidth
A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.childForceExpandWidth.
Declaration
public bool ChildForceExpandWidth { get; set; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Spacing
A property that represents UnityEngine.UI.HorizontalOrVerticalLayoutGroup.spacing.
Declaration
public float Spacing { get; set; }
Property Value
| Type | Description |
|---|---|
| Single |
Methods
| Improve this Doc View SourceAwakeInMainThread()
Declaration
protected override void AwakeInMainThread()