Ejemplo n.º 1
0
        void Start()
        {
#if UNITY_EDITOR
            if (!Application.isPlaying)
            {
                return;
            }
#endif

            _deviceInfo = LeapDeviceInfo.GetLeapDeviceInfo();
        }
 /** Returns information describing the device hardware. */
 public LeapDeviceInfo GetDeviceInfo()
 {
     return(LeapDeviceInfo.GetLeapDeviceInfo());
 }