absoluteTarget method

Vector2 absoluteTarget()
inherited

This is the (current) absolute target of the camera, i.e., the coordinate that should with relativeOffset taken into consideration but regardless of world boundaries or shake.

Implementation

Vector2 absoluteTarget() {
  return _currentCameraDelta ?? follow ?? Vector2.zero();
}