예제 #1
0
 void Update()
 {
     if (Input.GetKeyDown(key_takePhoto))
     {
         photoTool.TakePhoto();
     }
 }
 void HandleCountDownFinish()
 {
     Debug.Log("Count Down Finish!");
     photoTool.TakePhoto();
 }