Click or drag to resize

ChildAdapterViewsHolder Methods

The ChildAdapterViewsHolder type exposes the following members.

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
See Also