码迷,mamicode.com
首页 > 其他好文 > 详细

组件、对象的获取方式

时间:2017-05-20 13:50:15      阅读:113      评论:0      收藏:0      [点我收藏+]

标签:get   grid   uilabel   获取   脚本   uil   多个   inventory   list   

private TweenPosition tween;//获取TweenPosition组件()ngui)

public List<InventoryItemGrid> itemGridList = new List<InventoryItemGrid>();//InventoryItemGrid是放在多个UI对象上的一个脚本的名字
public UILabel coinNumberLabel;//获取UI中的Label
void Awake() {

tween = this.GetComponent<TweenPosition>();
}

组件、对象的获取方式

标签:get   grid   uilabel   获取   脚本   uil   多个   inventory   list   

原文地址:http://www.cnblogs.com/panyuyi/p/6881933.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!