Exemplo n.º 1
0
 // Chane game grid face to 'right'.
 public void IncreaseFace()
 {
     m_CurrentFace = (m_CurrentFace + 1) % m_GameGrid.Length;
     m_Camera.RotateCamera(-360f / m_NumberOfFaces);
 }