标签:public static nbsp 其他 component stat one bsp tco
第一种,被调用脚本函数为static类型,调用时直接用 脚本名.函数名()
第二种,GameObject.Find("脚本所在的物体的名字").SendMessage("函数名");
//能调用public和private类型函数
第三种,GameObject.Find("脚本所在的物体的名字").GetComponent<脚本名>().函数名();
//只能调用public类型函数
标签:public static nbsp 其他 component stat one bsp tco
原文地址:http://www.cnblogs.com/wanggang550/p/6203660.html