Пример #1
0
        /*
         * void Update (){
         *      if (!playerFound) {
         *              if (GameObject.Find ("Player") != null) {
         *                      player = GameObject.Find ("Player").GetComponent<EstimotePass>();
         *                      playerFound = true;
         *                      StartScanning ();
         *              } else {
         *                      return;
         *              }
         *      }
         * }
         */

        #endregion

        #region Public Methods

        public void StartScanning()
        {
            _EstimoteUnity.StartScanning();
        }
Пример #2
0
 //start the estimote api
 void StartScanning()
 {
     estimoteUnity.StartScanning();
 }