Ejemplo n.º 1
0
 public MainUIPageShop(Transform parent, ScrollRectBase scroll) : base(parent)
 {
     this.mMainScroll = scroll;
 }
Ejemplo n.º 2
0
 public void SetScrollRect(ScrollRectBase scroll)
 {
     this.mScrollRect = scroll;
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     this.thisScrollRect = base.GetComponent <ScrollRectBase>();
 }