Input Functions
Some functions provide an Axis Value that can be directly used with your inputs:
- MoveForward()
- MoveRight()
- MoveUp()
- RotateYaw()
- RotatePitch()
- RotateRoll()
- ZoomIn()
![](/img/doc/Universal-Camera/InputFunctions.jpg)
Also, Move() can move simultaneously along the Forward, Right and Up axes.
Rotate() can rotate simultaneously the Yaw, Pitch and Roll.
![](/img/doc/Universal-Camera/MoveAndRotate.jpg)
Alternatively, RotateYawAroundPivot() and RotatePitchAroundPivot() will allow you to rotate the camera around a specific location.
![](/img/doc/Universal-Camera/RotateAroundPivot.jpg)
ZoomAtLocation() and ZoomAtCursor() will allow you to zoom at a location.
![](/img/doc/Universal-Camera/ZoomAtLocation.jpg)