Ejemplo n.º 1
0
 private void RotateSelectedGameObject()
 {
     if (unityObject != null)
     {
         RotationController.Rotate180Degrees(unityObject);
     }
 }