Well, the declaration says that `ZoomOrthoCamera()` needs a `Vector3` and a `float` in order to work. I guess that the Vector3 is the location where the camera needs to move towards, and the amount is how close to that position to get, possibly with 0 meaning don't move and 1.0 meaning move all the way.
↧