个人中心界面

This commit is contained in:
liuliang 2024-11-27 22:38:52 +08:00
parent 51520d52c4
commit 35d22e088a
6 changed files with 402 additions and 59 deletions

View File

@ -1,16 +1,28 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class AddressPanel : MonoBehaviour
{
public GameObject addressPrefab;
public Transform trans;
public GameObject newAdPanelPrefab;
public Transform tran;
public Button newAddressBtn;
void Start()
{
getData();
newAddressBtn.onClick.AddListener(NewAddress);
}
public void NewAddress()
{
GameObject.Instantiate(newAdPanelPrefab, tran);
}
public async void getData()
@ -19,16 +31,16 @@ public class AddressPanel : MonoBehaviour
AdressList83 adressList83 = new AdressList83();
adressResponse = await adressList83.AdressList();
int length = adressResponse.data.Count;
for(int i = 0; i < length; i++)
for (int i = 0; i < length; i++)
{
//Debug.Log(i);
GameObject addres = GameObject.Instantiate(addressPrefab,trans);
GameObject addres = GameObject.Instantiate(addressPrefab, trans);
addres.name = "address_" + i;
addressItem item = addres.GetComponent<addressItem>();
Address address = adressResponse.data[i];
item.SetInfo(address);
}
}
}
}

View File

@ -1,3 +1,4 @@
using System;
using System.Collections;
using System.Collections.Generic;
using TMPro;
@ -11,16 +12,25 @@ public class addressItem : MonoBehaviour
public TextMeshProUGUI telTxt;//든뺐
public Button editBtn;//긍서객큐
public GameObject editPanelPrefab;
public Transform trans;
// Start is called before the first frame update
void Start()
{
trans = GameObject.Find("Canvas").transform;
editBtn.onClick.AddListener(Edit);
}
public void Edit()
{
GameObject.Instantiate(editPanelPrefab, trans);
}
// Update is called once per frame
void Update()
{
}
public void SetInfo(Address address)
@ -29,4 +39,4 @@ public class addressItem : MonoBehaviour
addressTxt.text = address.address;
telTxt.text = address.receivePhone;
}
}
}

View File

@ -25,7 +25,7 @@ public class PerSonalCenterPanel : MonoBehaviour
public Button transformationBtn;//转换
public Button exchangeBtn;//兑换
public Button accountsecurityBtn;//账号安全
public Button customerserviceBtn;//客户
//public Button customerserviceBtn;//¿Í»§
//预制体
public GameObject editPrefabs;//编辑界面预制体
@ -36,7 +36,7 @@ public class PerSonalCenterPanel : MonoBehaviour
public GameObject transformationPrefabs;//转换界面预制体
public GameObject exchangePrefabs;//兑换界面预制体
public GameObject accountsecurityPrefabs;//账号安全界面预制体
public GameObject customerservicePrefabs;//客户界面预制体
//public GameObject customerservicePrefabs;//¿Í»§½çÃæÔ¤ÖÆÌå
// Start is called before the first frame update
@ -52,7 +52,7 @@ public class PerSonalCenterPanel : MonoBehaviour
transformationBtn.onClick.AddListener(TransformationBtn);
exchangeBtn.onClick.AddListener(ExchangeBtn);
accountsecurityBtn.onClick.AddListener(AccountsecurityBtn);
customerserviceBtn.onClick.AddListener(CustomerserviceBtn);
//customerserviceBtn.onClick.AddListener(CustomerserviceBtn);
}
@ -63,53 +63,50 @@ public class PerSonalCenterPanel : MonoBehaviour
public void MyorderBtn()
{
GameObject.Instantiate(myorderPrefabs, trans);
}
private void RealnameBtn()
{
GameObject.Instantiate(realnamePrefabs, trans);
}
private void ReceivingaddressBtn()
{
GameObject.Instantiate(receivingaddressPrefabs, trans);
}
private void ConversionBtn()
{
GameObject.Instantiate(conversionPrefabs, trans);
}
private void TransformationBtn()
{
GameObject.Instantiate(transformationPrefabs, trans);
}
private void ExchangeBtn()
{
GameObject.Instantiate(exchangePrefabs, trans);
}
private void AccountsecurityBtn()
{
}
private void CustomerserviceBtn()
{
GameObject.Instantiate(accountsecurityPrefabs, trans);
}
// Update is called once per frame
void Update()
{
}
void SetPlayerName()
{
}
public void SetInviteFriendsPanel()
@ -128,8 +125,8 @@ public class PerSonalCenterPanel : MonoBehaviour
transform.gameObject.SetActive(false);
}
public async void GetPlayerInfo() // 1.4
{

View File

@ -221,6 +221,324 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 2987401724823548006, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
m_PrefabInstance: {fileID: 2987401724347075888}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &908992891
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 1665540835}
m_Modifications:
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: myorderPrefabs
value:
objectReference: {fileID: 4328097647563504792, guid: c83e83a747149a24889cec00adeee2de, type: 3}
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: exchangePrefabs
value:
objectReference: {fileID: 6124018881193728762, guid: 23046b4b8e8ff054cb8851f97f623b91, type: 3}
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: conversionPrefabs
value:
objectReference: {fileID: 1551424549758334540, guid: 0818e16ae17cf3f4b959a0a1c9bf5e0b, type: 3}
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: transformationPrefabs
value:
objectReference: {fileID: 5777725415565958671, guid: ac8d6e0263df8e7479c3b9e87ae8d394, type: 3}
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: accountsecurityPrefabs
value:
objectReference: {fileID: 9051052528993816625, guid: cf8157ba97bdda94494fae6a9cc56ff2, type: 3}
- target: {fileID: 2675610335496831698, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: receivingaddressPrefabs
value:
objectReference: {fileID: 4499171977774247193, guid: b7a2ccb5cba723240b3b23ecbfd825e2, type: 3}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734031970685147, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_RootOrder
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 1372
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 2436
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalRotation.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalRotation.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalRotation.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032093996531, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_Name
value: PersonalCenterPanel
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032134663386, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032139323463, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032285175081, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734032354904342, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033029684611, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033068930763, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMax.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchorMin.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_SizeDelta.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7365734033188163814, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
--- !u!224 &908992892 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 7365734032093996524, guid: 1fb84dcfa1604bc429f5c3a37ba6d8b0, type: 3}
m_PrefabInstance: {fileID: 908992891}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &1193514461
PrefabInstance:
m_ObjectHideFlags: 0
@ -238,7 +556,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 3485144752579768852, guid: 15649166b70c43240967a238cd4d632b, type: 3}
propertyPath: m_RootOrder
value: 6
value: 7
objectReference: {fileID: 0}
- target: {fileID: 3485144752579768852, guid: 15649166b70c43240967a238cd4d632b, type: 3}
propertyPath: m_AnchorMax.x
@ -494,6 +812,7 @@ RectTransform:
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 1956391926}
- {fileID: 908992892}
- {fileID: 1809415960}
- {fileID: 1710366148}
- {fileID: 610794838}
@ -703,7 +1022,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 1113922771235768986, guid: 0c6b226cae5e67d4d8874104f6549a1b, type: 3}
propertyPath: m_RootOrder
value: 5
value: 6
objectReference: {fileID: 0}
- target: {fileID: 1113922771235768986, guid: 0c6b226cae5e67d4d8874104f6549a1b, type: 3}
propertyPath: m_AnchorMax.x
@ -948,27 +1267,27 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMax.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMin.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.x
value: 0
value: 870.8313
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.y
value: 0
value: 122.7744
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
value: 435.41565
objectReference: {fileID: 0}
- target: {fileID: 2987401724014986002, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
value: -462.8004
objectReference: {fileID: 0}
- target: {fileID: 2987401724065773185, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_RootOrder
@ -976,27 +1295,27 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMax.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMin.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.x
value: 0
value: 870.8313
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.y
value: 0
value: 122.7744
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
value: 435.41565
objectReference: {fileID: 0}
- target: {fileID: 2987401724358874646, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
value: -61.3872
objectReference: {fileID: 0}
- target: {fileID: 2987401724360385202, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_fontAsset
@ -1044,51 +1363,51 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMax.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMin.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.x
value: 0
value: 870.8313
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.y
value: 0
value: 122.7744
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
value: 435.41565
objectReference: {fileID: 0}
- target: {fileID: 2987401724514752353, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
value: -328.996
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMax.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMin.y
value: 0
value: 1
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.x
value: 0
value: 870.8313
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_SizeDelta.y
value: 0
value: 122.7744
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.x
value: 0
value: 435.41565
objectReference: {fileID: 0}
- target: {fileID: 2987401724723304547, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchoredPosition.y
value: 0
value: -195.19159
objectReference: {fileID: 0}
- target: {fileID: 2987401724787116905, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_fontAsset
@ -1120,7 +1439,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2987401724823548005, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_IsActive
value: 1
value: 0
objectReference: {fileID: 0}
- target: {fileID: 2987401724823548006, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_Pivot.x
@ -1132,7 +1451,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 2987401724823548006, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_RootOrder
value: 3
value: 4
objectReference: {fileID: 0}
- target: {fileID: 2987401724823548006, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
propertyPath: m_AnchorMax.x
@ -1606,7 +1925,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 4499171977774247194, guid: b7a2ccb5cba723240b3b23ecbfd825e2, type: 3}
propertyPath: m_RootOrder
value: 4
value: 5
objectReference: {fileID: 0}
- target: {fileID: 4499171977774247194, guid: b7a2ccb5cba723240b3b23ecbfd825e2, type: 3}
propertyPath: m_AnchorMax.x
@ -2132,7 +2451,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 6814293799997464171, guid: e5c046c3f1c62864ba234187c5a6be1e, type: 3}
propertyPath: m_RootOrder
value: 2
value: 3
objectReference: {fileID: 0}
- target: {fileID: 6814293799997464171, guid: e5c046c3f1c62864ba234187c5a6be1e, type: 3}
propertyPath: m_AnchorMax.x
@ -2233,7 +2552,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 9180338299762767603, guid: 78183fe970ab5ef41a9ef3204049b95b, type: 3}
propertyPath: m_RootOrder
value: 1
value: 2
objectReference: {fileID: 0}
- target: {fileID: 9180338299762767603, guid: 78183fe970ab5ef41a9ef3204049b95b, type: 3}
propertyPath: m_AnchorMax.x

View File

@ -555,6 +555,8 @@ MonoBehaviour:
addressTxt: {fileID: 8078615871956852263}
telTxt: {fileID: 8078615872677942976}
editBtn: {fileID: 8078615871139947805}
editPanelPrefab: {fileID: 1113922771235768985, guid: 0c6b226cae5e67d4d8874104f6549a1b, type: 3}
trans: {fileID: 0}
--- !u!1 &8078615872677942978
GameObject:
m_ObjectHideFlags: 0

View File

@ -920,6 +920,9 @@ MonoBehaviour:
m_EditorClassIdentifier:
addressPrefab: {fileID: 8078615872601345300, guid: 15109fc7975ccee44ad1c6a89f0564b5, type: 3}
trans: {fileID: 4499171977555058829}
newAdPanelPrefab: {fileID: 2987401724823548005, guid: eff2da918a3a81741b2b794c44b1545e, type: 3}
tran: {fileID: 4499171977774247194}
newAddressBtn: {fileID: 4499171976461940113}
--- !u!114 &4499171977774247195
MonoBehaviour:
m_ObjectHideFlags: 0