What is the proper syntax for adding variables to adjust the location of a scrolling bar?
Here is what I have so far, which works, but does not allow me to move it around the screen:
scrollPosition = GUILayout.BeginScrollView (scrollPosition, GUILayout.Width (scrollWidth), GUILayout.Height (scrollHeight));