コード例 #1
0
    void Awake()
    {
        Scroll = new InputScroll(ScrollScale);

        if (s_Instance == null)
        {
            s_Instance = this;
        }
    }
コード例 #2
0
 void Start()
 {
     scrollScript = GetComponent <InputScroll> ();
     //mouseScript.InvisibleCursor ();
 }
コード例 #3
0
 void Start()
 {
     scrollScript = GetComponent<InputScroll> ();
     //mouseScript.InvisibleCursor ();
 }
コード例 #4
0
 void InputScroll_MouseDown(object sender, MouseEventArgs e)
 {
     InputScroll.Select();
 }