Class FancyScrollRect<TItemData>
ScrollRect スタイルのスクロールビューを実装するための抽象基底クラス. 無限スクロールおよびスナップには対応していません.
Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FancyScrollView<TItemData, FancyScrollRectContext>
FancyScrollRect<TItemData, FancyScrollRectContext>
FancyScrollRect<TItemData>
Inherited Members
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public abstract class FancyScrollRect<TItemData> : FancyScrollRect<TItemData, FancyScrollRectContext>
Type Parameters
Name | Description |
---|---|
TItemData | アイテムのデータ型. |
See Also
FancyScrollRect<TItemData, TContext>