Click or drag to resize

GridParamsGetGroupPrefab Method

Returns the prefab to use as LayoutGroup for the group with index forGroupAtThisIndex

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual LayoutGroup GetGroupPrefab(
	int forGroupAtThisIndex
)

Parameters

forGroupAtThisIndex
Type: SystemInt32

Return Value

Type: LayoutGroup
Version Information

Optimized ScrollView Adapter

Supported in: 4.3
See Also