鸟语天空
[RequireComponent(typeof(xxx))]
post by:追风剑情 2016-11-12 10:55

1、创建三个脚本Test1、Test2、Test3
2、当我们把Test1拖到GameObject上时,Test2、Test3会自动被挂到这个GameObject上。

using UnityEngine;

[RequireComponent(typeof(Test2))]
[RequireComponent(typeof(Test3))]
public class Test1 : MonoBehaviour {

}

 

11111.png

 

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容