摘要: Project 说明:Content(GameObject)为text的父物体,text用于显示文本内容。ScrollBar为滚动条。 实现效果: Hierarchy: Inspector: 步骤: 1:GameObject新命名为Content,添加Text用于显示文本内容,ScrollBar的设 阅读全文
posted @ 2016-07-06 16:49 CocomoNo1 阅读(4953) 评论(0) 推荐(0)
摘要: ReviewImg用于显示图片,所挂脚本为ImageName using UnityEngine;using System.Collections; public class ImageName : MonoBehaviour { public string _imageName; } GroupB 阅读全文
posted @ 2016-07-06 10:21 CocomoNo1 阅读(957) 评论(0) 推荐(0)