Beispiel #1
0
 private void Awake()
 {
     ir_data = GameObject.Find("Conveyor01Belt").GetComponent <JIR_TraningMovingBelt>();
 }
 private void Awake()
 {
     ir_startBtn   = GameObject.Find("pCylinder96 3").GetComponent <JIR_TrainingStartBtn>();
     ir_movingBelt = GameObject.Find("Conveyor01Belt").GetComponent <JIR_TraningMovingBelt>();
     ir_im         = GameObject.Find("ItemManager").GetComponent <JIR_TraningItemManager>();
 }