层级修改提交

dev_chengFeng
jiaoyangna 2022-01-04 15:54:23 +08:00
parent e079eff322
commit bc582b85e2
1 changed files with 4 additions and 0 deletions

View File

@ -149,6 +149,10 @@ function SingleExplorePlayerView:RefreshIsSelf(isSelf)
self.ui:GetComponent("Canvas").worldCamera = nil
end
self.isSelf = isSelf
if self.isSelf then
self.playerLiveView:SetSelfTag()
self.playerLiveView:SetEffectScale(2)
end
if self.eventPointPos then
self.parent.RemoveSelectIconList(self.eventPointPos)
self.eventPointPos = nil