Exemple #1
0
 //-----------------------------------------------------------------
 //! @summary   解除ボタンが押された時の処理
 //!
 //! @parameter [void] なし
 //!
 //! @return    なし
 //-----------------------------------------------------------------
 public void OnClickCuttingButton()
 {
     // ノーツの連結を解除
     m_notesManager.CuttingNote();
 }