ChildSRIAViewsHolder Class |
Namespace: frame8.ScrollRectItemsAdapter.NestedScrollViewsExample
public class ChildSRIAViewsHolder : BaseItemViewsHolder
The ChildSRIAViewsHolder type exposes the following members.
| Name | Description | |
|---|---|---|
| ChildSRIAViewsHolder |
| Name | Description | |
|---|---|---|
| CollectViews | If instead of calling Init(GameObject, Int32, Boolean, Boolean), the initializaton is done manually, this should be called lastly as part of the initialization phase (Overrides AbstractViewsHolderCollectViews.) | |
| Init |
Instantiates rootPrefabGO, assigns it to root and sets its itemIndex to itemIndex.
Activates the new instance if activateRootGameObject is true. Also calls CollectViews if callCollectViews is true
(Overrides AbstractViewsHolderInit(GameObject, Int32, Boolean, Boolean).) | |
| UpdateViews |