void Start()
 {
     m_LeapCtrl = LeapDriver.GetLeapCtrl();
 }
Example #2
0
 void Awake()
 {
     leap = LeapDriver.GetLeapCtrl();
 }