层级修改提交
parent
e079eff322
commit
bc582b85e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue