Beispiel #1
0
 public void SwitchCameraVertical(UIPanel.MovementDirection direction)
 {
     Assert.IsTrue(direction == UIPanel.MovementDirection.Up || direction == UIPanel.MovementDirection.Down);
     selectedPosition = CameraPanel.SwitchPositionVertical(selectedPosition);
     panelController.PositionPanel(selectedPosition, direction);
 }
 void SwitchPanelVertical()
 {
     currentSelection = (ButtonSelection)CameraPanel.SwitchPositionVertical((CameraPanel.DisplayPosition)currentSelection);
 }