Exemplo n.º 1
0
 public void SetScrollView(CardEffectSliding view)
 {
     enhanceScrollView = view;
 }
Exemplo n.º 2
0
 private void Awake()
 {
     _instance = this;
     _leftBtn  = GameObject.Find("LeftBtn").GetComponent <Button>();
     _rightBtn = GameObject.Find("RightBtn").GetComponent <Button>();
 }