Click or drag to resize

GridParamsGridConfig Class

Inheritance Hierarchy
SystemObject
  Com.ForbiddenByte.OSA.CustomAdapters.GridViewGridParamsGridConfig

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class GridConfig

The GridParamsGridConfig type exposes the following members.

Constructors
Properties
Fields
  NameDescription
Public fieldalignmentOfCellsInGroup
The alignment of cells inside their parent LayoutGroup (Vertical or Horizontal, depending on ScrollView's orientation)
Public fieldcellHeightForceExpandInGroup
Wether to force the cells to expand in height inside their parent LayoutGroup
Public fieldcellPrefab
The prefab to use for each cell
Public fieldcellWidthForceExpandInGroup
Wether to force the cells to expand in width inside their parent LayoutGroup
Public fieldgroupPadding
The padding of cells as a whole inside their parent LayoutGroup
Public fieldspacingInGroup
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also