This commit is contained in:
parent
0348933c7c
commit
8d21e5647b
|
@ -522,12 +522,12 @@ RectTransform:
|
|||
m_LocalScale: {x: 0, y: 0, z: 0}
|
||||
m_ConstrainProportionsScale: 0
|
||||
m_Children:
|
||||
- {fileID: 3069805421785455384}
|
||||
- {fileID: 1749552120815238681}
|
||||
- {fileID: 2264434391528534163}
|
||||
- {fileID: 8014322703218229613}
|
||||
- {fileID: 7642526006322022173}
|
||||
- {fileID: 3097030627198115247}
|
||||
- {fileID: 3069805421785455384}
|
||||
- {fileID: 9018075082424182618}
|
||||
- {fileID: 6780964861112113625}
|
||||
- {fileID: 3705230318444186014}
|
||||
|
@ -2535,7 +2535,6 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 11500000, guid: 9285dff9c8040aa4488bf8974674f237, type: 3}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier:
|
||||
SimulationOnEditor: 1
|
||||
sceneName:
|
||||
--- !u!1 &6053353591068959239
|
||||
GameObject:
|
||||
|
|
|
@ -227,6 +227,10 @@ PrefabInstance:
|
|||
propertyPath: m_AnchoredPosition.y
|
||||
value: -289
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3069805421785455384, guid: fa12b84946083d14cb4447029910be28, type: 3}
|
||||
propertyPath: m_AnchoredPosition.y
|
||||
value: -219
|
||||
objectReference: {fileID: 0}
|
||||
- target: {fileID: 3097030627198115247, guid: fa12b84946083d14cb4447029910be28, type: 3}
|
||||
propertyPath: m_Pivot.x
|
||||
value: 0
|
||||
|
|
|
@ -14,8 +14,8 @@ namespace DefaultNamespace.ProcessMode
|
|||
public int CurrentObjectIndex { get; set; } // 当前对象的点击索引,仅用于按顺序点击的情况
|
||||
public bool FeedbackDisplayed { get; set; } // 是否已经显示过反馈
|
||||
public string StepDescription { get; set; }
|
||||
|
||||
|
||||
|
||||
|
||||
public ActionWithDescription(List<string> targetObjects, Action action, string description, bool isSequential, string stepDescription)
|
||||
{
|
||||
TargetObjects = targetObjects ?? new List<string>();
|
||||
|
|
|
@ -21,7 +21,7 @@ MonoBehaviour:
|
|||
m_Registries:
|
||||
- m_Id: main
|
||||
m_Name:
|
||||
m_Url: https://packages.unity.cn
|
||||
m_Url: https://packages.unity.com
|
||||
m_Scopes: []
|
||||
m_IsDefault: 1
|
||||
m_Capabilities: 7
|
||||
|
@ -31,6 +31,6 @@ MonoBehaviour:
|
|||
m_RegistryInfoDraft:
|
||||
m_Modified: 0
|
||||
m_ErrorMessage:
|
||||
m_UserModificationsInstanceId: -850
|
||||
m_OriginalInstanceId: -852
|
||||
m_UserModificationsInstanceId: -830
|
||||
m_OriginalInstanceId: -832
|
||||
m_LoadAssets: 0
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
m_EditorVersion: 2022.3.22f1c1
|
||||
m_EditorVersionWithRevision: 2022.3.22f1c1 (c3cbd310e76e)
|
||||
m_EditorVersion: 2022.3.22f1
|
||||
m_EditorVersionWithRevision: 2022.3.22f1 (887be4894c44)
|
||||
|
|
Loading…
Reference in New Issue