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

后端 未结 0 815
夕颜
夕颜 2021-02-15 21:16

I am currently using:

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

        if (t != null)
           


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