コード例 #1
0
ファイル: CubeScript.cs プロジェクト: mwudunn/VRShatter
 public void SetCubeRowIndex(int rowIndex)
 {
     cubeRowIndex = rowIndex;
     if (cubeRowIndex > 9)
     {
         cubeManager.CubeAboveThreshold();
     }
 }