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