Click or drag to resize

BaseVH Class

Includes common functionalities for the 2 viewsholders. CanPresentModelType(Type) is implemented in both of them to return wether the views holder can present a model of specific type (that's why we cache the model's type into CachedType inside its constructor)
Inheritance Hierarchy

Namespace:  frame8.ScrollRectItemsAdapter.MultiplePrefabsExample.ViewsHolders
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class BaseVH : BaseItemViewsHolder

The BaseVH type exposes the following members.

Constructors
  NameDescription
Protected methodBaseVH
Top
Methods
Fields
  NameDescription
Public fieldtitleText
Top
Version Information

Optimized ScrollView Adapter

Supported in: 3.1
See Also