Click or drag to resize

CellViewsHolderInit Method

Cannot be used. Throws InvalidOperationException. Use InitWithExistingRootPrefab(RectTransform) instead

Namespace:  Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public override void Init(
	GameObject rootPrefabGO,
	int itemIndex,
	bool activateRootGameObject = true,
	bool callCollectViews = true
)

Parameters

rootPrefabGO
Type: GameObject
itemIndex
Type: SystemInt32
activateRootGameObject (Optional)
Type: SystemBoolean
callCollectViews (Optional)
Type: SystemBoolean
Version Information

Optimized ScrollView Adapter

Supported in: 4.1
See Also