摘要:
【C# Enum,Int,String的互相转换】1、Enum-->String(1)利用Object.ToString()方法:如Colors.Green.ToString()的值是"Green"字符串;(2)利用Enum的静态方法GetName与GetNames: public static... 阅读全文
摘要:
【Plugins in Unity】 In Unity, you normally use scripts to create functionality but you can also include code created outside Unity in the form of aPlug 阅读全文
摘要:
【Mono在Full AOT模式下的限制】 调试时遇到一个Mono运行时异常:ExecutionEngineException: Attempting to JIT compile method '...' while running with --aot-only. 最后发现原因是使用了泛型接... 阅读全文