用Handles可以直接在GUI下绘制贝塞尔 using UnityEditor; using UnityEngine; using System.Collections; public class GUIBezier : EditorWindow { Vector3 mOri; Vector3 mEnd; Vector3 mOriTang; Vector3 mEndTang; [MenuItem("GUIBezierTest/GUIBezier")] public static vo
unity手机游戏应用程序调试控制台Lunar Mobile Console - PRO 1.5.5 High-performance Unity iOS/Android console built with native platform UI. Platform Support:iOS: iOS 9 or later.Android: API level 14 or later Key Benefits Native C/Objective-C/Java code with a low me
通过 人打电话 来谈谈自己对IOC的理解 版本1.0 public class Person { public AndroidPhone Phone { get; set; } public void CallForSomebody() { Phone.Call(); } } public class AndroidPhone { public void Call() { Console.WriteLine($"{this.GetType().Name} is calling"); }