mirror of
https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
synced 2025-08-03 23:30:26 +02:00
completed documentation
This commit is contained in:
@@ -17,8 +17,12 @@ public class CameraController implements GameEventListener{
|
||||
* Enum representing the camera mode for the CameraController.
|
||||
*/
|
||||
public enum CameraMode {
|
||||
|
||||
/** Mode to focus on the current player */
|
||||
FOCUS_CURRENT_PLAYER,
|
||||
/** Mode to focus on the own player */
|
||||
FOCUS_SELF,
|
||||
/** Mode for free camera movement */
|
||||
FREECAM
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user