How can I use Type.GetType() with List'1[UnityEngine.Vector3]?

后端 未结 0 1210
挽巷
挽巷 2021-02-15 21:27

I am currently using:

    public static Type FindType(string qualifiedTypeName)
    {
        Type t = Type.GetType(qualifiedTypeName);

        if (t != null)
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题