Home / Forums / Screen Snapline Positioning: Bottom-Center vs Screen-Center vs Crosshair (Part 3)

UnreliableCode Community

Developer Research, Reverse Engineering & Coding Community

Discussion

Screen Snapline Positioning: Bottom-Center vs Screen-Center vs Crosshair (Part 3)

RenderMaster
ImGui UI Designer
VIP
Rep: 310
Join Date: Sep 2023
Posts: 32
Thanks: 82
2y ago · Mar 7, 2024 12:34 PM
#1
Comparing snapline anchor origins: bottom-center (traditional), top-center (radar style), and crosshair origin.
RenderMaster | Clean UI Design & Dear ImGui widgets
The following users thanked RenderMaster for this post:
ZeroMemory
Member
MEMBER
Rep: 75
Join Date: Oct 2024
Posts: 32
Thanks: 18
2y ago · Mar 7, 2024 6:12 PM
#2
Bottom-center (Screen.width/2, Screen.height) is the cleanest because lines originate from the bottom of the viewport without obscuring the aiming reticle.
ZeroMemory · Always experimenting
RustMechanic
Unity & IL2CPP Reverser
VIP
Rep: 295
Join Date: Nov 2022
Posts: 32
Thanks: 74
2y ago · Mar 8, 2024 8:12 PM
#3
Crosshair snaplines are useful when targeting the closest enemy within a specific FOV cone.
RustMechanic | IL2CPP & Unity Engine Analysis