标签:one getc add 操作 unity color tco component pre
利用范型,动态操作组件(添加或删除)
e.AddComponent<CubeTranslate> ();//动态添加组件 Destroy (e.GetComponent<CubeTranslate> ());//动态删除组件
其中e为动态生成的对象:
public GameObject e;
标签:one getc add 操作 unity color tco component pre
原文地址:http://www.cnblogs.com/chenyangsocool/p/6978672.html