Click or drag to resize

ChildAdapterViewsHolder Class

Inheritance Hierarchy

Namespace:  Com.ForbiddenByte.OSA.Demos.NestedScrollViews
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public class ChildAdapterViewsHolder : BaseItemViewsHolder

The ChildAdapterViewsHolder type exposes the following members.

Constructors
  NameDescription
Public methodChildAdapterViewsHolder
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.1
See Also