Ejemplo n.º 1
0
 public WindowComponent GetRowInstance(ListViewComponent view, int row)
 {
     return(this.GetInstance(row));
 }
Ejemplo n.º 2
0
 public int GetRowsCount(ListViewComponent view)
 {
     return(this.capacity);
 }
Ejemplo n.º 3
0
 public virtual float GetRowHeight(ListViewComponent view, int row)
 {
     return((this.specialSize != null) ? this.specialSize.rect.height : (this.source.transform as RectTransform).rect.height);
 }