摘要: _LoadLevelBt.cspublicclass _LoadLevelBt : MonoBehaviour {public delegatevoid ButtonLoading(string loadingLevel);public static event ButtonLoading buttonLoading;public GameObject[] loadLevelBtS;public string[] loadLevelNameS;void Start(){addListener();}void addListener(){foreach(GameObject go in lo.. 阅读全文
posted @ 2013-04-02 17:02 韦斯利yx 阅读(848) 评论(0) 推荐(0) 编辑