CellViewsHolder
MarkForRebuild 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:
Com.ForbiddenByte.OSA.CustomAdapters.GridView
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override void MarkForRebuild()
Version Information
Optimized ScrollView Adapter
Supported in: 4.3
See Also