组件对象的获取方式
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了组件对象的获取方式相关的知识,希望对你有一定的参考价值。
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>();
}
以上是关于组件对象的获取方式的主要内容,如果未能解决你的问题,请参考以下文章