This commit is contained in:
yzx 2024-06-26 09:02:42 +08:00
parent 8d21e5647b
commit 9653235011
4 changed files with 1630 additions and 94 deletions

File diff suppressed because one or more lines are too long

View File

@ -114,12 +114,12 @@ Material:
- _UVSec: 0
- _ZWrite: 1
- __dirty: 0
- _step_p1: 0
- _step_p2: 0
- _step_p3: 0
- _step_p4: 0
- _step_p5: 0
- _step_p6: 0
- _step_p1: 1
- _step_p2: 1
- _step_p3: 1
- _step_p4: 1
- _step_p5: 1
- _step_p6: 1
m_Colors:
- _BaseCol: {r: 0.23429155, g: 0.28497556, b: 0.3679245, a: 0}
- _Color: {r: 1, g: 1, b: 1, a: 1}

View File

@ -227,6 +227,14 @@ PrefabInstance:
propertyPath: m_AnchoredPosition.y
value: -289
objectReference: {fileID: 0}
- target: {fileID: 2859136963232691135, guid: fa12b84946083d14cb4447029910be28, type: 3}
propertyPath: m_Text
value:
objectReference: {fileID: 0}
- target: {fileID: 2859136963232691135, guid: fa12b84946083d14cb4447029910be28, type: 3}
propertyPath: m_LineType
value: 1
objectReference: {fileID: 0}
- target: {fileID: 3069805421785455384, guid: fa12b84946083d14cb4447029910be28, type: 3}
propertyPath: m_AnchoredPosition.y
value: -219
@ -259,6 +267,10 @@ PrefabInstance:
propertyPath: sceneName
value: "\u5DE5\u5177\u95F4"
objectReference: {fileID: 0}
- target: {fileID: 3762193856401640109, guid: fa12b84946083d14cb4447029910be28, type: 3}
propertyPath: m_Enabled
value: 1
objectReference: {fileID: 0}
- target: {fileID: 6026879024415736155, guid: fa12b84946083d14cb4447029910be28, type: 3}
propertyPath: m_Name
value: APP

View File

@ -19,6 +19,12 @@ public class MessageManager : MonoBehaviour
this.gameObject.SetActive(false);
}
if (MotionEngine.GetModule<AnimationProcessManager>().GetProcessMode() == ProcessMode.Training)
{
text.text = "提示:填写工作票";
}
MotionEngine.GetModule<AnimationProcessManager>().OnSendMessagePrompt += SendMessagePrompt;
}