/// <summary> /// Focus the _focusObject without locking the camera. /// </summary> public void Focus() { _camera.Focus(focusObject.position); }