RotationMethod

public enum RotationMethod

A rotation method for moving the camera

Entries

DEFAULT
Link copied to clipboard
DEFAULT
Default to tribot's player-specific preferences to assign camera rotation method
MOUSE
Link copied to clipboard
MOUSE
Only use the middle mouse button to change the camera
KEYS
Link copied to clipboard
KEYS
Only use the keyboard keys to change the camera

Functions

valueOf
Link copied to clipboard
static Camera.RotationMethod valueOf(String name)
values
Link copied to clipboard
static Array<Camera.RotationMethodvalues()