Beispiel #1
0
 static int Update(IntPtr L)
 {
     try
     {
         ToLua.CheckArgsCount(L, 1);
         UI.Handle obj = (UI.Handle)ToLua.CheckObject(L, 1, typeof(UI.Handle));
         obj.Update();
         return(0);
     }
     catch (Exception e)
     {
         return(LuaDLL.toluaL_exception(L, e));
     }
 }
Beispiel #2
0
 public void LateUpdate()
 {
     m_handle.Update();
     EditorUtil.SetDirty(this);
 }