Tanoda
UnityEngine.UI.Extensions.IFancyGridViewContext Interface Reference

FancyGridView<TItemData, TContext> のコンテキストインターフェース. More...

Inheritance diagram for UnityEngine.UI.Extensions.IFancyGridViewContext:
UnityEngine.UI.Extensions.IFancyScrollRectContext UnityEngine.UI.Extensions.IFancyCellGroupContext UnityEngine.UI.Extensions.FancyGridViewContext

Properties

Func< float > GetStartAxisSpacing [get, set]
 
Func< float > GetCellSize [get, set]
 
- Properties inherited from UnityEngine.UI.Extensions.IFancyScrollRectContext
ScrollDirection ScrollDirection [get, set]
 
Func<(float ScrollSize, float ReuseMargin)> CalculateScrollSize [get, set]
 
- Properties inherited from UnityEngine.UI.Extensions.IFancyCellGroupContext
GameObject CellTemplate [get, set]
 
Func< int > GetGroupCount [get, set]
 

Detailed Description

FancyGridView<TItemData, TContext> のコンテキストインターフェース.

Definition at line 11 of file IFancyGridViewContext.cs.

Property Documentation

◆ GetCellSize

Func<float> UnityEngine.UI.Extensions.IFancyGridViewContext.GetCellSize
getset

Definition at line 14 of file IFancyGridViewContext.cs.

◆ GetStartAxisSpacing

Func<float> UnityEngine.UI.Extensions.IFancyGridViewContext.GetStartAxisSpacing
getset

Definition at line 13 of file IFancyGridViewContext.cs.


The documentation for this interface was generated from the following file: