Quantcast
Channel: Questions in topic: "gui.beginscrollview"
Viewing all articles
Browse latest Browse all 8

vertical scroll bar only

$
0
0
i have this code from unity reference manual. what i'm trying to do is put buttons and scroll it using only vertical scroll bar, how can i remove the horizontal scroll from here? // The position on of the scrolling viewport var scrollPosition : Vector2 = Vector2.zero; function OnGUI () { // An absolute-positioned example: We make a scrollview that has a really large client // rect and put it in a small rect on the screen. scrollPosition = GUI.BeginScrollView (Rect (10,300,100,100), scrollPosition, Rect (0, 0, 220, 200)); // Make four buttons - one in each corner. The coordinate system is defined // by the last parameter to BeginScrollView. GUI.Button (Rect (0,0,100,20), "Top-left"); GUI.Button (Rect (0,180,100,20), "Bottom-left"); // End the scroll view that we began above. GUI.EndScrollView (); }

Viewing all articles
Browse latest Browse all 8

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>