コード例 #1
0
 private void HandleRotation()
 {
     //rotate cube
     cube.BeginRotation(startingCubie, nextCubie, touchFace, swipeDirection);
 }