Exemple #1
0
        ////////////////////////////////////////////////////////////////////////////////////

        #region MONO

        void Awake()
        {
            double t = UtilTools.GetCurrentTime();

            loadLuaScript();
            callLuaFunction(ELuaMonoFunc.Awake);
            UnityEngine.Debug.Log(bindScript + ":" + (UtilTools.GetCurrentTime() - t));
        }