Tekkaman

导航

 

2014年9月15日

摘要: 【C# Enum,Int,String的互相转换】1、Enum-->String(1)利用Object.ToString()方法:如Colors.Green.ToString()的值是"Green"字符串;(2)利用Enum的静态方法GetName与GetNames: public static... 阅读全文
posted @ 2014-09-15 19:43 Tekkaman 阅读(37108) 评论(0) 推荐(2) 编辑
 
摘要: 【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 阅读全文
posted @ 2014-09-15 19:33 Tekkaman 阅读(667) 评论(0) 推荐(0) 编辑
 
摘要: 【Mono在Full AOT模式下的限制】 调试时遇到一个Mono运行时异常:ExecutionEngineException: Attempting to JIT compile method '...' while running with --aot-only. 最后发现原因是使用了泛型接... 阅读全文
posted @ 2014-09-15 18:59 Tekkaman 阅读(4510) 评论(0) 推荐(0) 编辑