摘要:
首先,看Unity Scripting API上的介绍: public static bool ScreenPointToWorldPointInRectangle(RectTransform rect, Vector2 screenPoint, Camera cam, out Vector3 wo 阅读全文
摘要:
系统预定义委托类型 1.Action<T>(无返回值)--T为0-16个参数类型 可以指向0-16个参数的方法。 class Program { class Program { static void PrintString() static void PrintString() { { Conso 阅读全文