void Start () {
		Instance = this;
		scrollView = GetComponent<UIScrollView>();
	}
Beispiel #2
0
 public void SetScroller(HorizontalScroller backgroundScroller)
 {
     m_BackgroundScroller = backgroundScroller;
 }
	void OnDestroy()
	{
		Instance = null;
	}