static int RemoveAllBoneMask(IntPtr L) { try { ToLua.CheckArgsCount(L, 1); DragonBones.AnimationState obj = (DragonBones.AnimationState)ToLua.CheckObject(L, 1, typeof(DragonBones.AnimationState)); obj.RemoveAllBoneMask(); return(0); } catch (Exception e) { return(LuaDLL.toluaL_exception(L, e)); } }