菜鸟scrollview控件问题
unity3dscrollview控件测试文字内容不能完全显示,why?
还有怎么调整,测试文字显示区域大小?
代码如下:
#pragma strict
//滚动条位置
var scrollposition:Vector2;
function Start () {
//初始化滚动条位置
scrollposition=0;
scrollposition=0;
}
function OnGUI () {
//开始滚动视图
scrollposition=GUI.BeginScrollView(Rect(0,0,200,200),scrollposition,Rect(0,0,Screen.width,300),true,true);
GUI.Label(Rect(100,40,Screen.width,50),"测试滚动视图,测试滚动视图,测试滚动视图,测试滚动视图,测试滚动视图,测试滚动视图,测试滚动视图!");
//结束滚动视图
GUI.EndScrollView();
}
很不错 楼主是超人 真心顶 很好哦 不错不错 楼主是超人 难得一见的好帖 说的非常好 很好哦