コード例 #1
0
        void Awake()
        {
            /*/ 書き足し
             * subsCtrl = FindObjectOfType<SubscriptionsController>(); //*/

            SetStatusText("Not connected");
            calibrationController = GetComponent <CalibrationController>();
        }
コード例 #2
0
 void Awake()
 {
     SetStatusText("Not connected");
     calibrationController = GetComponent <CalibrationController>();
 }