层级修改提交
parent
e079eff322
commit
bc582b85e2
|
@ -149,6 +149,10 @@ function SingleExplorePlayerView:RefreshIsSelf(isSelf)
|
||||||
self.ui:GetComponent("Canvas").worldCamera = nil
|
self.ui:GetComponent("Canvas").worldCamera = nil
|
||||||
end
|
end
|
||||||
self.isSelf = isSelf
|
self.isSelf = isSelf
|
||||||
|
if self.isSelf then
|
||||||
|
self.playerLiveView:SetSelfTag()
|
||||||
|
self.playerLiveView:SetEffectScale(2)
|
||||||
|
end
|
||||||
if self.eventPointPos then
|
if self.eventPointPos then
|
||||||
self.parent.RemoveSelectIconList(self.eventPointPos)
|
self.parent.RemoveSelectIconList(self.eventPointPos)
|
||||||
self.eventPointPos = nil
|
self.eventPointPos = nil
|
||||||
|
|
Loading…
Reference in New Issue