unity學習——委託(帶參數方法的使用)

這是一個只具備打印功能的腳本web using System.Collections; using System.Collections.Generic; using UnityEngine; public class DelegateScript : MonoBehaviour { //聲明一個委託類型,它的實例引用一個方法 delegate void MyDelegate(i
相關文章
相關標籤/搜索