AbstractViewHolderInit Method (GameObject, Int32, Boolean, Boolean) |
Instantiates rootPrefabGO and assigns it to root
Also calls CollectViews
Namespace:
frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic 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 InformationOptimized ScrollView Adapter
Supported in: 2.5.2
See Also