Click or drag to resize

GridParams Class

Inheritance Hierarchy

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

The GridParams type exposes the following members.

Constructors
  NameDescription
Public methodGridParams
Top
Properties
Methods
  NameDescription
Protected methodAddLayoutGroupToCellGroupPrefab
Public methodCalculateCurrentNumCellsPerGroup
Protected methodCreateOrReinitCellGroupPrefab
Public methodGetGroupIndex
Public methodGetGroupPrefab
Returns the prefab to use as LayoutGroup for the group with index forGroupAtThisIndex
Public methodGetNumberOfRequiredGroups
Public methodInitIfNeeded
Called internally in Init and every time the scrollview's size changes. This makes sure the content and viewport have valid values. It can also be overridden to initialize custom data
(Overrides BaseParamsInitIfNeeded(IOSA).)
Protected methodInitOrReinitCellGroupPrefabLayoutGroup
Top
Fields
  NameDescription
Public fieldgrid
Top
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also