This commit is contained in:
parent
8d21e5647b
commit
9653235011
File diff suppressed because one or more lines are too long
|
@ -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}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue