コード例 #1
0
 private void CheckResetInput()
 {
     if (Input.GetButtonDown("Reset"))
     {
         _drawingTool.ResetDrawingTool();
     }
 }