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