Tanoda
FancyScrollRectContext.cs
Go to the documentation of this file.
1
3
4using System;
5
7{
12 {
14 Func<(float ScrollSize, float ReuseMargin)> IFancyScrollRectContext.CalculateScrollSize { get; set; }
15 }
16}
FancyScrollRect<TItemData, TContext> のコンテキスト基底クラス.
FancyScrollRect<TItemData, TContext> のコンテキストインターフェース.
Func<(float ScrollSize, float ReuseMargin)> CalculateScrollSize
Credit Erdener Gonenc - @PixelEnvision.