예제 #1
0
파일: Slider.cs 프로젝트: pocdev/solar-sail
	// Use this for initialization
	void Start() {
		_slider = GetComponent<UISlider>();
		_slider.SetInputDelegate(onInput);
	}