Tanoda
UnityEngine.UI.Extensions.IFancyScrollRectContext Interface Reference

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

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

Properties

ScrollDirection ScrollDirection [get, set]
 
Func<(float ScrollSize, float ReuseMargin)> CalculateScrollSize [get, set]
 

Detailed Description

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

Definition at line 11 of file IFancyScrollRectContext.cs.

Property Documentation

◆ CalculateScrollSize

Func<(float ScrollSize, float ReuseMargin)> UnityEngine.UI.Extensions.IFancyScrollRectContext.CalculateScrollSize
getset

Definition at line 14 of file IFancyScrollRectContext.cs.

◆ ScrollDirection

ScrollDirection UnityEngine.UI.Extensions.IFancyScrollRectContext.ScrollDirection
getset

Definition at line 13 of file IFancyScrollRectContext.cs.


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