Quantcast
Channel: Latest Questions by karl_
Viewing all articles
Browse latest Browse all 90

BeginScrollView Location adjustment

$
0
0

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));

Viewing all articles
Browse latest Browse all 90

Trending Articles