Skip to content

Commit 636c0ea

Browse files
committed
提交测试场景
1 parent 49343f5 commit 636c0ea

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

SomeTest/About_IPointerClickHandler/Assets/Scenes/SampleScene.unity

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ RectTransform:
140140
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
141141
m_LocalPosition: {x: 0, y: 0, z: 0}
142142
m_LocalScale: {x: 1, y: 1, z: 1}
143-
m_Children: []
143+
m_Children:
144+
- {fileID: 266243148}
144145
m_Father: {fileID: 1122142419}
145146
m_RootOrder: 0
146147
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@@ -288,8 +289,8 @@ RectTransform:
288289
m_LocalPosition: {x: 0, y: 0, z: 0}
289290
m_LocalScale: {x: 1, y: 1, z: 1}
290291
m_Children: []
291-
m_Father: {fileID: 1122142419}
292-
m_RootOrder: 1
292+
m_Father: {fileID: 74355231}
293+
m_RootOrder: 0
293294
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
294295
m_AnchorMin: {x: 0.5, y: 0.5}
295296
m_AnchorMax: {x: 0.5, y: 0.5}
@@ -566,7 +567,6 @@ RectTransform:
566567
m_LocalScale: {x: 0, y: 0, z: 0}
567568
m_Children:
568569
- {fileID: 74355231}
569-
- {fileID: 266243148}
570570
m_Father: {fileID: 0}
571571
m_RootOrder: 2
572572
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

SomeTest/About_IPointerClickHandler/Assets/Scripts/ChildHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ public void OnPointerUp(PointerEventData eventData)
1919
{
2020
Debug.Log("Child OnPointerUp" + eventData.ToString());
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)