예제 #1
0
 void Awake()
 {
     c = FindObjectOfType(typeof(CentralPhysics)) as CentralPhysics;
     buttonOne = new Rect(20,40,100,100);
     buttonTwo = new Rect (20,160,100,100);
     buttonThree = new Rect(20,280,100,100);
 }
예제 #2
0
 void Awake()
 {
     c = FindObjectOfType(typeof(CentralPhysics)) as CentralPhysics;
 }