Exemplo n.º 1
0
 public void setUp(UIThumbsticks newController, Transform thumb, Vector3 homePos)
 {
     stickHomePos = homePos;
     thumbStickController = newController;
     thumbstick = thumb;
     progressRing = transform.Find("ThrowProgressRing");
     activeRing = transform.Find("ThrowActiveRing");
 }
Exemplo n.º 2
0
 public void setUp(UIThumbsticks newController, Transform thumb, Vector3 homePos)
 {
     stickHomePos = homePos;
     thumbStickController = newController;
     thumbstick = thumb;
 }