Skip to main content

Input Functions

Some functions provide an Axis Value that can be directly used with your inputs:

  • MoveForward()
  • MoveRight()
  • MoveUp()
  • RotateYaw()
  • RotatePitch()
  • RotateRoll()
  • ZoomIn()

Also, Move() can move simultaneously along the Forward, Right and Up axes.
Rotate() can rotate simultaneously the Yaw, Pitch and Roll.

Alternatively, RotateYawAroundPivot() and RotatePitchAroundPivot() will allow you to rotate the camera around a specific location.

ZoomAtLocation() and ZoomAtCursor() will allow you to zoom at a location.