com.iron-mountain.layout-groups
v1.1.2
Published
Utility scripts for making responsive layout groups.
Downloads
23
Readme
Layout Groups
Version: 1.1.2
Description:
Utility scripts for making responsive layout groups.
Use Cases:
- Dynamically resizing items in a grid layout to fit the size of their area.
- Dynamically resizing items in a grid layout to keep an aspect ratio and expand with row or column constraints.
- Dynamic padding and spacing as a function of screen size.
Package Mirrors:
Key Scripts & Components:
- public struct PaddingFlags
- public class ResponsiveGridLayoutCellSizeExpand : MonoBehaviour
- public class ResponsiveGridLayoutCellSizeFit : MonoBehaviour
- public class ResponsiveGridLayoutSpacing : MonoBehaviour
- public class ResponsiveHorizontalLayoutSpacing : MonoBehaviour
- public class ResponsiveRectTransform : MonoBehaviour
- Properties:
- public Boolean SetWidth { get; set; }
- public Boolean SetHeight { get; set; }
- public float ScreenWidthPercent { get; set; }
- public float ScreenHeightPercent { get; set; }
- Properties:
- public class ResponsiveVerticalLayoutSpacing : MonoBehaviour