示例#1
0
 void Start()
 {
     extendedFingers = 0;
     provider        = FindObjectOfType <LeapServiceProvider>();
     handRotation    = handModels.GetComponent <HandRotation>();
 }
示例#2
0
 void Start()
 {
     provider     = FindObjectOfType <LeapServiceProvider>();
     mouseControl = new MouseApi();
     handRotation = handModels.GetComponent <HandRotation>();
 }