CameraKeybindings

Keys to connect to camera actions.

Members

Variables

moveAbove
KeyboardKey moveAbove;

Move the camera upwards.

moveBelow
KeyboardKey moveBelow;

Move the camera downwards.

moveDown
KeyboardKey moveDown;

Move the camera towards positive Y.

moveLeft
KeyboardKey moveLeft;

Move the camera towards negative X.

moveRight
KeyboardKey moveRight;

Move the camera towards positive X.

moveUp
KeyboardKey moveUp;

Move the camera towards negative Y.

movementSpeed
float movementSpeed;

Movement speed, cells per second.

rotateDown
KeyboardKey rotateDown;

Rotate the camera down on the Y axis.

rotateLeft
KeyboardKey rotateLeft;

Rotate the camera counter-clockwise.

rotateRight
KeyboardKey rotateRight;

Rotate the camera clockwise.

rotateSpeed
float rotateSpeed;

Rotation speed, degrees per second.

rotateUp
KeyboardKey rotateUp;

Rotate the camera up on the Y axis.

zoomIn
KeyboardKey zoomIn;

Zoom the camera in.

zoomInLimit
float zoomInLimit;

Maximum zoom in.

zoomOut
KeyboardKey zoomOut;

Zoom the camera out

zoomOutLimit
float zoomOutLimit;

Maximum zoom out. This should be greater than zoomInLimit.

zoomSpeed
float zoomSpeed;

Zoom speed, cell per second.

Meta