Interface IFancyCellGroupContext
FancyCellGroup<TItemData, TContext> のコンテキストインターフェース.
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public interface IFancyCellGroupContext
Properties
CellTemplate
Declaration
GameObject CellTemplate { get; set; }
Property Value
Type | Description |
---|---|
UnityEngine.GameObject |
GetGroupCount
Declaration
Func<int> GetGroupCount { get; set; }
Property Value
Type | Description |
---|---|
System.Func<System.Int32> |