Ejemplo n.º 1
0
 private void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 2
0
 /// <summary>
 ///  ルーラーコントローラ取得
 /// </summary>
 private void getController()
 {
     rc = transform.Find("Background/Ruler/TouchArea/View").GetComponent <RulerController>();
 }