static int ModifyVertices(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 2);
         UITextGradient obj = (UITextGradient)ToLua.CheckObject(L, 1, typeof(UITextGradient));
         System.Collections.Generic.List <UnityEngine.UIVertex> arg0 = (System.Collections.Generic.List <UnityEngine.UIVertex>)ToLua.CheckObject(L, 2, typeof(System.Collections.Generic.List <UnityEngine.UIVertex>));
         obj.ModifyVertices(arg0);
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }