修复影子选手隐藏后仍然可以点击问题
This commit is contained in:
parent
b89322c59b
commit
62e88668e0
@ -66,7 +66,9 @@ namespace Assets.Scenes.Ride.Scripts
|
||||
}
|
||||
if (count == 1 && mainController.cyclingModel == CyclingModel.Single)
|
||||
{
|
||||
reviewPanel.GetComponent<CanvasGroup>().DOFade(0, 1);
|
||||
reviewPanel.GetComponent<CanvasGroup>().DOFade(0, 1).onComplete += () => {
|
||||
reviewPanel.gameObject.SetActive(false);
|
||||
};
|
||||
//附近的人
|
||||
// nearByPanel.GetComponent<CanvasGroup>().DOFade(0, 1);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user