发布时间:2019-04-21编辑:佚名阅读(1844)
Type type = Type.GetType("Mono.Runtime"); if (type != null) { MethodInfo displayName = type.GetMethod("GetDisplayName",BindingFlags.NonPublic | BindingFlags.Static); if (displayName != null) Debug.Log(displayName.Invoke(null, null)); }
0人
0人
0人
0人