Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | case 1:
|
| | | if (m_SecondaryModel != null)
|
| | | {
|
| | | _bindBone = m_SecondaryModel.transform;
|
| | | _bindBone = m_ClothesModel.transform.GetChildTransformDeeply(GAStaticDefine.SecondaryBindBoneName[JobSetup.Job - 1]);
|
| | | }
|
| | | break;
|
| | | case 2:
|
| | | if (m_WeaponModel != null)
|
| | | {
|
| | | _bindBone = m_WeaponModel.transform;
|
| | | _bindBone = m_ClothesModel.transform.GetChildTransformDeeply(GAStaticDefine.WeaponBindBoneName);
|
| | | }
|
| | | break;
|
| | | case 4:
|
| | |
| | | } |
| | | _MyBuffSortList.Clear(); |
| | | _OpponentBuffSortList.Clear(); |
| | | m_ScoreText1.text = 0.ToString(); |
| | | m_ScoreText2.text = 0.ToString(); |
| | | SetScoreText();
|
| | | BuffScheduling();//buff排序
|
| | | GetopponentBuff();
|
| | |
| | | {
|
| | | rect.pivot = middleCenter;
|
| | | rect.anchoredPosition = new Vector2(m_EndRealmPositionx, 0);
|
| | | rightRatio = Mathf.Abs(m_EndRealmPositionx - m_BigRealmBottomWidth / 2) / m_ContainerPoint.rect.width;
|
| | | rightRatio = Mathf.Abs(m_EndRealmPositionx - m_BigRealmBottomWidth / 2 + 30) / m_ContainerPoint.rect.width;
|
| | | }
|
| | | else
|
| | | {
|