Interface ILayoutGroup
ILayoutGroup is an ILayoutController that should drive the RectTransforms of its children.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public interface ILayoutGroup : ILayoutController
Remarks
ILayoutGroup derives from ILayoutController and requires the same members to be implemented.