コード例 #1
0
ファイル: GameManager.cs プロジェクト: axk4647/Momentum
 void OnDrawGizmos()
 {
     if (quad != null)
     {
         quad.DrawDebug();
     }
 }