Show / Hide Table of Contents

Class FancyGridViewContext

FancyGridView<TItemData, TContext> のコンテキスト基底クラス.

Inheritance
System.Object
FancyGridViewContext
Implements
IFancyGridViewContext
IFancyScrollRectContext
IFancyCellGroupContext
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public class FancyGridViewContext : IFancyGridViewContext, IFancyScrollRectContext, IFancyCellGroupContext

Explicit Interface Implementations

IFancyCellGroupContext.CellTemplate

Declaration
GameObject IFancyCellGroupContext.CellTemplate { get; set; }
Returns
Type Description
UnityEngine.GameObject

IFancyCellGroupContext.GetGroupCount

Declaration
Func<int> IFancyCellGroupContext.GetGroupCount { get; set; }
Returns
Type Description
System.Func<System.Int32>

IFancyGridViewContext.GetCellSize

Declaration
Func<float> IFancyGridViewContext.GetCellSize { get; set; }
Returns
Type Description
System.Func<System.Single>

IFancyGridViewContext.GetStartAxisSpacing

Declaration
Func<float> IFancyGridViewContext.GetStartAxisSpacing { get; set; }
Returns
Type Description
System.Func<System.Single>

IFancyScrollRectContext.CalculateScrollSize

Declaration
Func<(float ScrollSize, float ReuseMargin)> IFancyScrollRectContext.CalculateScrollSize { get; set; }
Returns
Type Description
System.Func<System.ValueTuple<System.Single, System.Single>>

IFancyScrollRectContext.ScrollDirection

Declaration
ScrollDirection IFancyScrollRectContext.ScrollDirection { get; set; }
Returns
Type Description
ScrollDirection

Implements

IFancyGridViewContext
IFancyScrollRectContext
IFancyCellGroupContext
Back to top Generated by DocFX