UI::​VerticalLayoutGroup
UI::​HorizontalOrVerticalLayoutGroup
UI::​VerticalLayoutGroup

class:/TYPE/UnityEngine.UI.VerticalLayoutGroup//, can be loaded from an assetbundle using UI::VerticalLayoutGroup::createfromassetbundle(bundlename,prefabname) /

Parent

UI::HorizontalOrVerticalLayoutGroup

Functions
calculatelayoutinputhorizontal
System.Void CalculateLayoutInputHorizontal()
Returns

System.Void

calculatelayoutinputvertical
System.Void CalculateLayoutInputVertical()
Returns

System.Void

setlayouthorizontal
System.Void SetLayoutHorizontal()
Returns

System.Void

setlayoutvertical
System.Void SetLayoutVertical()
Returns

System.Void

ui::​verticallayoutgroup::​fromassetbundle
static UnityEngine.UI.VerticalLayoutGroup CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

UnityEngine.UI.VerticalLayoutGroup