处理结算信息显示
This commit is contained in:
parent
77058ba582
commit
9e9f0b838e
@ -5947,10 +5947,10 @@ RectTransform:
|
|||||||
- {fileID: 3547666515304448482}
|
- {fileID: 3547666515304448482}
|
||||||
m_Father: {fileID: 7323484200357829197}
|
m_Father: {fileID: 7323484200357829197}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0, y: 0}
|
m_AnchorMin: {x: 0, y: 1}
|
||||||
m_AnchorMax: {x: 0, y: 0}
|
m_AnchorMax: {x: 0, y: 1}
|
||||||
m_AnchoredPosition: {x: 0, y: 0}
|
m_AnchoredPosition: {x: 91.5, y: -21.5}
|
||||||
m_SizeDelta: {x: 0, y: 0}
|
m_SizeDelta: {x: 31, y: 31}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &5164661564043509363
|
--- !u!222 &5164661564043509363
|
||||||
CanvasRenderer:
|
CanvasRenderer:
|
||||||
@ -17084,7 +17084,7 @@ GameObject:
|
|||||||
m_Icon: {fileID: 0}
|
m_Icon: {fileID: 0}
|
||||||
m_NavMeshLayer: 0
|
m_NavMeshLayer: 0
|
||||||
m_StaticEditorFlags: 0
|
m_StaticEditorFlags: 0
|
||||||
m_IsActive: 1
|
m_IsActive: 0
|
||||||
--- !u!224 &1950349943801813264
|
--- !u!224 &1950349943801813264
|
||||||
RectTransform:
|
RectTransform:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
@ -612,7 +612,7 @@ MonoBehaviour:
|
|||||||
m_PrefabInstance: {fileID: 0}
|
m_PrefabInstance: {fileID: 0}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
m_GameObject: {fileID: 1278056505631167036}
|
m_GameObject: {fileID: 1278056505631167036}
|
||||||
m_Enabled: 1
|
m_Enabled: 0
|
||||||
m_EditorHideFlags: 0
|
m_EditorHideFlags: 0
|
||||||
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
|
m_Script: {fileID: 11500000, guid: 59f8146938fff824cb5fd77236b75775, type: 3}
|
||||||
m_Name:
|
m_Name:
|
||||||
@ -766,7 +766,7 @@ MonoBehaviour:
|
|||||||
m_EditorClassIdentifier:
|
m_EditorClassIdentifier:
|
||||||
m_HeadIcon: {fileID: 4392786442847295306}
|
m_HeadIcon: {fileID: 4392786442847295306}
|
||||||
m_RankImg: {fileID: 3886915729302914564}
|
m_RankImg: {fileID: 3886915729302914564}
|
||||||
m_Name: {fileID: 7363701821129859374}
|
m_PlayerName: {fileID: 7363701821129859374}
|
||||||
m_Score: {fileID: 6758929203519133182}
|
m_Score: {fileID: 6758929203519133182}
|
||||||
m_LoaclScore: {fileID: 6795924212604387844}
|
m_LoaclScore: {fileID: 6795924212604387844}
|
||||||
m_WinCount: {fileID: 8169080446283399744}
|
m_WinCount: {fileID: 8169080446283399744}
|
||||||
|
@ -12,7 +12,7 @@ namespace GameLogic
|
|||||||
// Start is called before the first frame update
|
// Start is called before the first frame update
|
||||||
public RawImage m_HeadIcon;
|
public RawImage m_HeadIcon;
|
||||||
public Image m_RankImg;
|
public Image m_RankImg;
|
||||||
public TextMeshProUGUI m_Name;
|
public TextMeshProUGUI m_PlayerName;
|
||||||
public TextMeshProUGUI m_Score;
|
public TextMeshProUGUI m_Score;
|
||||||
public TextMeshProUGUI m_LoaclScore;
|
public TextMeshProUGUI m_LoaclScore;
|
||||||
public TextMeshProUGUI m_WinCount;
|
public TextMeshProUGUI m_WinCount;
|
||||||
@ -20,7 +20,7 @@ namespace GameLogic
|
|||||||
|
|
||||||
public void OnInit(int i, PlayRankData playRankData, UnitPlayerData unitPlayer)
|
public void OnInit(int i, PlayRankData playRankData, UnitPlayerData unitPlayer)
|
||||||
{
|
{
|
||||||
m_Name.text = playRankData.name;
|
m_PlayerName.text = playRankData.name;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user