Package rekit.core
Interface CameraTarget
- All Known Implementing Classes:
FixedCameraTarget
,LevelScene
,Player
,RangeCameraTarget
public interface CameraTarget
This interface has to be implemented by Objects which can set or calculate
the current CameraOffset.
-
Method Summary
-
Method Details
-
getCameraOffset
float getCameraOffset()Get the current camera offset.- Returns:
- the current camera offset
-