Click or drag to resize

ChildSRIAViewsHolder Class

Inheritance Hierarchy

Namespace:  frame8.ScrollRectItemsAdapter.NestedScrollViewsExample
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ChildSRIAViewsHolder : BaseItemViewsHolder

The ChildSRIAViewsHolder type exposes the following members.

Constructors
  NameDescription
Public methodChildSRIAViewsHolder
Top
Methods
  NameDescription
Public methodCollectViews
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.)
Public methodInit
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).)
Public methodUpdateViews
Top
Fields
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also