From 34b741ab0b7857d1a832eef29054a82b46039206 Mon Sep 17 00:00:00 2001 From: stendler <stendler@mi.fu-berlin.de> Date: Sun, 4 Feb 2018 13:39:33 +0100 Subject: [PATCH] ui: 2_ title according to memory name; text field selection color --- Assets/MemoryBox/arScene/arScene.unity | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/Assets/MemoryBox/arScene/arScene.unity b/Assets/MemoryBox/arScene/arScene.unity index a9b4007..ed2a371 100644 --- a/Assets/MemoryBox/arScene/arScene.unity +++ b/Assets/MemoryBox/arScene/arScene.unity @@ -5101,7 +5101,18 @@ MonoBehaviour: m_CharacterLimit: 20 m_OnEndEdit: m_PersistentCalls: - m_Calls: [] + m_Calls: + - m_Target: {fileID: 83552040} + m_MethodName: set_text + m_Mode: 0 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 m_TypeName: UnityEngine.UI.InputField+SubmitEvent, UnityEngine.UI, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null m_OnValueChanged: @@ -6773,10 +6784,10 @@ MonoBehaviour: Culture=neutral, PublicKeyToken=null m_CaretColor: {r: 0.19607843, g: 0.19607843, b: 0.19607843, a: 1} m_CustomCaretColor: 0 - m_SelectionColor: {r: 0.65882355, g: 0.80784315, b: 1, a: 0.7529412} + m_SelectionColor: {r: 0, g: 0.48235294, b: 0.3764706, a: 1} m_Text: m_CaretBlinkRate: 0.85 - m_CaretWidth: 1 + m_CaretWidth: 2 m_ReadOnly: 0 --- !u!114 &1481167041 MonoBehaviour: -- GitLab