FangEngine.screen_manager.camera

This module contains the camera class

Class Camera

This is the camera object for moving around a scene

__init__(self, x: float = 0, y: float = 0)

Parameter x:
Parameter y:

get_pos(self) -> typing.Tuple[float, float]

Returns the coordinates of the camera