Tanoda
IFancyCellGroupContext.cs
Go to the documentation of this file.
1
3
4using System;
5
7{
11 public interface IFancyCellGroupContext
12 {
13 GameObject CellTemplate { get; set; }
14 Func<int> GetGroupCount { get; set; }
15 }
16}
FancyCellGroup<TItemData, TContext> のコンテキストインターフェース.
Credit Erdener Gonenc - @PixelEnvision.