CellViewsHolder InitWithExistingRootPrefab Method |
Assigns the root, sets ItemIndex to -1 and calls CollectViews. Note that this uses an already-instantiated cell
root (by the parent group), as opposed to how Init(GameObject, RectTransform, Int32, Boolean, Boolean) works. This is because the group itself manages its cells and their layouting
Namespace: Com.ForbiddenByte.OSA.CustomAdapters.GridView
public virtual void InitWithExistingRootPrefab( RectTransform root )