| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: 第二世界
|
| | | // [ Date ]: Monday, December 10, 2018
|
| | | // [ Date ]: Monday, January 14, 2019
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using UnityEngine;
|
| | |
| | | public Vector3 UIRotation { get ; private set; }
|
| | | public Vector3 UIScale { get ; private set; }
|
| | | public Vector3 Scale { get ; private set; }
|
| | | public int RelatedPartID { get ; private set ; }
|
| | |
|
| | | public override string getKey()
|
| | | {
|
| | |
| | | UIScale=rawContents[13].Vector3Parse();
|
| | |
|
| | | Scale=rawContents[14].Vector3Parse();
|
| | | |
| | | RelatedPartID=IsNumeric(rawContents[15]) ? int.Parse(rawContents[15]):0; |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|