| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: 第二世界
|
| | | // [ Date ]: Wednesday, November 28, 2018
|
| | | // [ Date ]: Monday, December 10, 2018
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using UnityEngine;
|
| | |
| | | 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; }
|
| | |
| | |
|
| | | 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)
|
| | | {
|