Show / Hide Table of Contents

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
FancyScrollRect<TItemData, FancyScrollRectContext>.reuseCellMarginCount
FancyScrollRect<TItemData, FancyScrollRectContext>.paddingHead
FancyScrollRect<TItemData, FancyScrollRectContext>.paddingTail
FancyScrollRect<TItemData, FancyScrollRectContext>.spacing
FancyScrollRect<TItemData, FancyScrollRectContext>.CellSize
FancyScrollRect<TItemData, FancyScrollRectContext>.Scrollable
FancyScrollRect<TItemData, FancyScrollRectContext>.Scroller
FancyScrollRect<TItemData, FancyScrollRectContext>.Initialize()
FancyScrollRect<TItemData, FancyScrollRectContext>.Refresh()
FancyScrollRect<TItemData, FancyScrollRectContext>.Relayout()
FancyScrollRect<TItemData, FancyScrollRectContext>.RefreshScroller()
FancyScrollRect<TItemData, FancyScrollRectContext>.UpdateContents(IList<TItemData>)
FancyScrollRect<TItemData, FancyScrollRectContext>.UpdatePosition(Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.JumpTo(Int32, Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.ScrollTo(Int32, Single, Single, Action)
FancyScrollRect<TItemData, FancyScrollRectContext>.ScrollTo(Int32, Single, Ease, Single, Action)
FancyScrollRect<TItemData, FancyScrollRectContext>.UpdateScrollbarSize(Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.ToFancyScrollViewPosition(Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.ToScrollerPosition(Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.ToScrollerPosition(Single, Single)
FancyScrollRect<TItemData, FancyScrollRectContext>.AdjustCellIntervalAndScrollOffset()
FancyScrollRect<TItemData, FancyScrollRectContext>.OnValidate()
FancyScrollView<TItemData, FancyScrollRectContext>.cellInterval
FancyScrollView<TItemData, FancyScrollRectContext>.scrollOffset
FancyScrollView<TItemData, FancyScrollRectContext>.loop
FancyScrollView<TItemData, FancyScrollRectContext>.cellContainer
FancyScrollView<TItemData, FancyScrollRectContext>.initialized
FancyScrollView<TItemData, FancyScrollRectContext>.currentPosition
FancyScrollView<TItemData, FancyScrollRectContext>.CellPrefab
FancyScrollView<TItemData, FancyScrollRectContext>.ItemsSource
FancyScrollView<TItemData, FancyScrollRectContext>.Context
FancyScrollView<TItemData, FancyScrollRectContext>.Initialize()
FancyScrollView<TItemData, FancyScrollRectContext>.UpdateContents(IList<TItemData>)
FancyScrollView<TItemData, FancyScrollRectContext>.Relayout()
FancyScrollView<TItemData, FancyScrollRectContext>.Refresh()
FancyScrollView<TItemData, FancyScrollRectContext>.UpdatePosition(Single)
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public abstract class FancyScrollRect<TItemData> : FancyScrollRect<TItemData, FancyScrollRectContext>
Type Parameters
Name Description
TItemData

アイテムのデータ型.

See Also

FancyScrollRect<TItemData, TContext>
Back to top Generated by DocFX