C#可变参数params
摘要:
``` C#
using System.Collections;
using System.Collections.Generic;
using UnityEngine; public class TestParams:MonoBehaviour{ private void Start(){ test(1,2,3,4); ... 阅读全文
posted @ 2019-01-04 20:32 kingBook 阅读(139) 评论(0) 推荐(0)
浙公网安备 33010602011771号