I am trying to create an area in my editor window where I can pan everything in that area.
GUI.BeginClip has two overrides .
GUI.BeginClip(Rect position)
GUI.BeginCLip(Rect position,Vector2 scrollOffset, Vector2 renderOffset, boolresetOffset )
I don’t know how to go about using this because there is no documentation on how to use it.
How do I use this ?