Click or drag to resize

AbstractViewHolder Class

Inheritance Hierarchy

Namespace:  frame8.Logic.Misc.Visual.UI.ScrollRectItemsAdapter
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class AbstractViewHolder

The AbstractViewHolder type exposes the following members.

Constructors
  NameDescription
Protected methodAbstractViewHolder
Top
Properties
  NameDescription
Public propertyitemIndex
Top
Methods
  NameDescription
Public methodCollectViews
Public methodInit(GameObject, Int32, Boolean, Boolean)
Instantiates rootPrefabGO and assigns it to root Also calls CollectViews
Public methodInit(RectTransform, Int32, Boolean, Boolean)
See Init(GameObject rootPrefabGO, int itemIndex)
Top
Fields
  NameDescription
Public fieldroot
Top
Version Information

Optimized ScrollView Adapter

Supported in: 2.5.2
See Also