OverlayPosition
Intermediatenet.runelite.client.ui.overlay
Enum defining overlay positioning. Use this to control where your overlay appears on screen.
Category
Rendering
Methods
0
Properties
3
Properties (3)
DYNAMIC
OverlayPositionPosition moves with game camera
java
1overlay.setPosition(OverlayPosition.DYNAMIC);STATIC
OverlayPositionFixed position on screen
java
1overlay.setPosition(OverlayPosition.STATIC);TOOLTIP
OverlayPositionFollows mouse cursor
java
1overlay.setPosition(OverlayPosition.TOOLTIP);