Panel_API Setting #115
@@ -455,8 +455,8 @@ RectTransform:
|
||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||
m_AnchorMin: {x: 0, y: 1}
|
||||
m_AnchorMax: {x: 0, y: 1}
|
||||
m_AnchoredPosition: {x: 420.3, y: -105}
|
||||
m_SizeDelta: {x: 348.8, y: 40}
|
||||
m_AnchoredPosition: {x: 386, y: -105}
|
||||
m_SizeDelta: {x: 272, y: 20}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!222 &8354707506148702448
|
||||
CanvasRenderer:
|
||||
@@ -1808,7 +1808,7 @@ RectTransform:
|
||||
m_AnchorMin: {x: 0, y: 0}
|
||||
m_AnchorMax: {x: 0, y: 0}
|
||||
m_AnchoredPosition: {x: 0, y: 0}
|
||||
m_SizeDelta: {x: 40, y: 40}
|
||||
m_SizeDelta: {x: 40, y: 20}
|
||||
m_Pivot: {x: 0.5, y: 0.5}
|
||||
--- !u!1 &6013032041850567338
|
||||
GameObject:
|
||||
|
||||
@@ -18,6 +18,7 @@ namespace Studio.UI
|
||||
private Button Button_TestAPI;
|
||||
private Button Button_Remove;
|
||||
private RectTransform URLItemContent;
|
||||
private RectTransform AddURL;
|
||||
|
||||
private UI_InputURLItem prf_InputURLItem;
|
||||
private List<UI_InputURLItem> inputURLItems = new List<UI_InputURLItem>();
|
||||
@@ -43,7 +44,7 @@ namespace Studio.UI
|
||||
item.onRemoveItem += RemoveURLItem;
|
||||
|
||||
AddURLItem(item);
|
||||
Button_AddURLItem.transform.SetAsLastSibling();
|
||||
AddURL.transform.SetAsLastSibling();
|
||||
}
|
||||
private async void OnClickTestAPIButton()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user