少年修仙传客户端代码仓库
client_Hale
2018-12-11 e3aa6cc5e079e4310fa8f39a5fb61762640d1d20
Core/GameEngine/Model/Config/ModelResConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:         第二世界
//    [  Date ]:         Wednesday, November 28, 2018
//    [  Date ]:         Monday, December 10, 2018
//--------------------------------------------------------
using UnityEngine;
@@ -20,6 +20,7 @@
      public string Material_Fight_Suit { get ; private set; } 
      public string Material_UI_Normal { get ; private set; } 
      public string Material_UI_Suit { get ; private set; } 
      public string boneNameList { get ; private set; }
      public string EffFileName { get ; private set; } 
      public Vector3 UIOffset { get ; private set; } 
      public Vector3 UIRotation { get ; private set; } 
@@ -52,15 +53,17 @@
         
            Material_UI_Suit = rawContents[8].Trim();
         
            EffFileName = rawContents[9].Trim();
            boneNameList = rawContents[9].Trim();
         
            UIOffset=rawContents[10].Vector3Parse();
            EffFileName = rawContents[10].Trim();
         
            UIRotation=rawContents[11].Vector3Parse();
            UIOffset=rawContents[11].Vector3Parse();
         
            UIScale=rawContents[12].Vector3Parse();
            UIRotation=rawContents[12].Vector3Parse();
         
            Scale=rawContents[13].Vector3Parse();
            UIScale=rawContents[13].Vector3Parse();
            Scale=rawContents[14].Vector3Parse();
            }
            catch (Exception ex)
            {