completed documentation

This commit is contained in:
Johannes Schmelz
2024-12-12 18:17:21 +01:00
parent 83aaae9fa6
commit be568fd8f2
26 changed files with 335 additions and 18 deletions

View File

@@ -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
}