MoveCameraLocalY
Description
Moves the specified camera along its local Y axis, i.e. if the camera were a character this command would make them jump no matter which direction they were facing.
Definition
MoveCameraLocalY( cameraID, amount )
void agk::MoveCameraLocalY( UINT cameraID, float amount )
Parameters
- cameraID - The ID of the camera to modify, the main camera is ID 1.
- amount - The distance to move in the local Y direction, can be negative.