adjust Camera To
boolean adjustCameraTo()
Content copied to clipboard
Moves the camera to a position where the given entity or position is in view. Takes into account distance. Uses an algorithm to move both the angle and rotation of the camera simultaneously at pseudo-random intervals to simulate human camera movement.
Return
True if the camera moved. False otherwise.