Tanoda
UnityEngine.UI.Extensions.FancyGridView< TItemData >.DefaultCellGroup Class Reference

デフォルトのセルグループクラス. More...

Inheritance diagram for UnityEngine.UI.Extensions.FancyGridView< TItemData >.DefaultCellGroup:
UnityEngine.UI.Extensions.FancyCellGroup< TItemData, TContext > UnityEngine.UI.Extensions.FancyCell< TItemData[], TContext >

Additional Inherited Members

- Public Member Functions inherited from UnityEngine.UI.Extensions.FancyCellGroup< TItemData, TContext >
override void Initialize ()
 初期化を行います. More...
 
override void UpdateContent (TItemData[] contents)
 
override void UpdatePosition (float position)
 0.0f ~ 1.0f の値に基づいてこのセルのスクロール位置を更新します. More...
 
- Public Member Functions inherited from UnityEngine.UI.Extensions.FancyCell< TItemData[], TContext >
virtual void SetContext (TContext context)
 Context をセットします. More...
 
sealed override void SetContext (NullContext context)
 
virtual void Initialize ()
 初期化を行います. More...
 
virtual void SetVisible (bool visible)
 このセルの可視状態を設定します. More...
 
abstract void UpdateContent (TItemData itemData)
 アイテムデータに基づいてこのセルの表示内容を更新します. More...
 
abstract void UpdatePosition (float position)
 0.0f ~ 1.0f の値に基づいてこのセルのスクロール位置を更新します. More...
 
- Protected Member Functions inherited from UnityEngine.UI.Extensions.FancyCellGroup< TItemData, TContext >
virtual FancyCell< TItemData, TContext >[] InstantiateCells ()
 このグループで表示するセルの配列をインスタンス化します. More...
 
- Properties inherited from UnityEngine.UI.Extensions.FancyCellGroup< TItemData, TContext >
virtual FancyCell< TItemData, TContext >[] Cells [get]
 このグループで表示するセルの配列. More...
 
- Properties inherited from UnityEngine.UI.Extensions.FancyCell< TItemData[], TContext >
int Index [get, set]
 このセルで表示しているデータのインデックス. More...
 
virtual bool IsVisible [get]
 このセルの可視状態. More...
 
TContext Context [get]
 FancyScrollView<TItemData, TContext>.Context の参照. セルとスクロールビュー間で同じインスタンスが共有されます. 情報の受け渡しや状態の保持に使用します. More...
 

Detailed Description

デフォルトのセルグループクラス.

Definition at line 25 of file FancyGridView.cs.


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