摘要: ref public void click() { int a = 10, b = 10; Debug.Log("before a:" + a + " b:" + b); get(ref a, b); Debug.Log("after a:" + a + " b:" + b); } public v 阅读全文
posted @ 2021-12-31 15:48 小帆敲代码 阅读(47) 评论(0) 推荐(0) 编辑