超数排卵考核开始角色消失
This commit is contained in:
parent
33c16240d4
commit
65996df570
@ -265,7 +265,10 @@ if(UnityEngine.EventSystems.EventSystem.current.IsPointerOverGameObject())return
|
|||||||
jiaziGeo.transform.localPosition = new Vector3(-0.3f, 0.5998f, 0.157f);
|
jiaziGeo.transform.localPosition = new Vector3(-0.3f, 0.5998f, 0.157f);
|
||||||
jiaziGeo.transform.localRotation = Quaternion.Euler(Vector3.zero);
|
jiaziGeo.transform.localRotation = Quaternion.Euler(Vector3.zero);
|
||||||
|
|
||||||
_CSPLTran.Find("SM_Niu_ZhusheB_Bozi_an_B01(2)").gameObject.SetActive(true);
|
GameObject boziGeo = _CSPLTran.Find("SM_Niu_ZhusheB_Bozi_an_B01(2)").gameObject;
|
||||||
|
boziGeo.SetActive(true);
|
||||||
|
boziGeo.transform.Find("Yisheng_ok:Doctor").gameObject.SetActive(false);
|
||||||
|
boziGeo.transform.Find("SM_XiaoTuiChe_Zhusheqi").gameObject.SetActive(false);
|
||||||
}
|
}
|
||||||
else if (GameManager.Instance._CurModelType.Equals(ConstCtrl.ModuleName_JZLVJC))
|
else if (GameManager.Instance._CurModelType.Equals(ConstCtrl.ModuleName_JZLVJC))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user