|
|
@@ -118,7 +118,14 @@ public static class LuaBinder
|
|
|
SingletonMono_CameraMgrWrap.Register(L);
|
|
|
SlideHorizontalOrVerticalLayoutGroupWrap.Register(L);
|
|
|
Singleton_AvatarRTMgrWrap.Register(L);
|
|
|
- L.RegFunction("ResourceLoadCallback_System_Collections_Generic_List_UnityEngine_TextAsset", ResourceLoadCallback_System_Collections_Generic_List_UnityEngine_TextAsset);
|
|
|
+
|
|
|
+ Singleton_LocalizedTextureCfgMgrWrap.Register(L);
|
|
|
+ LocalizedTextureCfgMgrWrap.Register(L);
|
|
|
+ LocalizedSpriteCfgWrap.Register(L);
|
|
|
+ UILocalizeTextureWrap.Register(L);
|
|
|
+
|
|
|
+
|
|
|
+ L.RegFunction("ResourceLoadCallback_System_Collections_Generic_List_UnityEngine_TextAsset", ResourceLoadCallback_System_Collections_Generic_List_UnityEngine_TextAsset);
|
|
|
L.RegFunction("ResourceLoadCallbackWithSeqId_UnityEngine_Sprite", ResourceLoadCallbackWithSeqId_UnityEngine_Sprite);
|
|
|
L.RegFunction("ResourceLoadCallbackWithSeqId_System_Collections_Generic_List_UnityEngine_Sprite", ResourceLoadCallbackWithSeqId_System_Collections_Generic_List_UnityEngine_Sprite);
|
|
|
L.RegFunction("ResourceLoadCallbackWithSeqId_UnityEngine_GameObject", ResourceLoadCallbackWithSeqId_UnityEngine_GameObject);
|