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