/// <summary> /// ダンスBGM再生 /// </summary> public void PlayDanceBGM(string bgmName) { soundMgr.PlayDanceBGM(bgmName, 1f, false); }