Show / Hide Table of Contents

Class FancyScrollRectCell<TItemData>

FancyScrollRect<TItemData> のセルを実装するための抽象基底クラス.

Inheritance
System.Object
UnityEngine.Object
UnityEngine.Component
UnityEngine.Behaviour
UnityEngine.MonoBehaviour
FancyCell<TItemData, FancyScrollRectContext>
FancyScrollRectCell<TItemData, FancyScrollRectContext>
FancyScrollRectCell<TItemData>
Inherited Members
FancyScrollRectCell<TItemData, FancyScrollRectContext>.UpdatePosition(Single)
FancyScrollRectCell<TItemData, FancyScrollRectContext>.UpdatePosition(Single, Single)
FancyCell<TItemData, FancyScrollRectContext>.Index
FancyCell<TItemData, FancyScrollRectContext>.IsVisible
FancyCell<TItemData, FancyScrollRectContext>.Context
FancyCell<TItemData, FancyScrollRectContext>.SetContext(FancyScrollRectContext)
FancyCell<TItemData, FancyScrollRectContext>.Initialize()
FancyCell<TItemData, FancyScrollRectContext>.SetVisible(Boolean)
FancyCell<TItemData, FancyScrollRectContext>.UpdateContent(TItemData)
FancyCell<TItemData, FancyScrollRectContext>.UpdatePosition(Single)
Namespace: FancyScrollView
Assembly: FancyScrollView.dll
Syntax
public abstract class FancyScrollRectCell<TItemData> : FancyScrollRectCell<TItemData, FancyScrollRectContext>
Type Parameters
Name Description
TItemData

アイテムのデータ型.

Methods

SetContext(FancyScrollRectContext)

Declaration
public override sealed void SetContext(FancyScrollRectContext context)
Parameters
Type Name Description
FancyScrollRectContext context
Overrides
FancyScrollView.FancyCell<TItemData, FancyScrollView.FancyScrollRectContext>.SetContext(FancyScrollView.FancyScrollRectContext)

See Also

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