Tribot-Scripting-SDK
/
org.tribot.script.sdk
/
Camera
/
RotationMethod
Rotation
Method
public enum
RotationMethod
Content copied to clipboard
A rotation method for moving the camera
Entries
Functions
Entries
DEFAULT
Link copied to clipboard
DEFAULT
Content copied to clipboard
Default to tribot's player-specific preferences to assign camera rotation method
MOUSE
Link copied to clipboard
MOUSE
Content copied to clipboard
Only use the middle mouse button to change the camera
KEYS
Link copied to clipboard
KEYS
Content copied to clipboard
Only use the keyboard keys to change the camera
Functions
valueOf
Link copied to clipboard
static
Camera.RotationMethod
valueOf
(
String
name)
Content copied to clipboard
values
Link copied to clipboard
static
Array
<
Camera.RotationMethod
>
values
()
Content copied to clipboard