Click or drag to resize

CAbstractViewsHolderMarkForRebuild Method

Make sure to override this when you have children layouts (for example, a [Vertical/Horizontal/Grid]LayoutGroup) and call MarkLayoutForRebuild(RectTransform) for them. Base's implementation should still be called!

Namespace:  frame8.ScrollRectItemsAdapter.Classic
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public virtual void MarkForRebuild()
Version Information

Optimized ScrollView Adapter

Supported in: 4.0, 3.0
See Also