本文固定链接,转载请评论点赞 一、起因: 在推特上看到一个消息,如图: 于是我试验了一下。 二、我的试验: 代码如下: using System; using System.Collections; using System.Collections.Generic; using UnityEngine; public class AboutDelegates : MonoBehaviour { // Start is called before the first frame update void UpdatePoints(Action<float> f) { f(1);