4 using System.Collections.Generic;
25 public Dictionary<string, List<string>> Data =
new Dictionary<string, List<string>>
31 "Please check\nthis component.",
32 "Please provide\nmore information." 36 "Warning",
new List<string>(){
37 "Component needs to\nbe repaired.",
38 "Component needs to\nbe replaced.",
39 "Please provide\nmore information.",
43 "Take care:\nfire hazard.",
44 "Take care:\nchemicals." 75 Debug.LogWarning(
"Please attach a LabelTheme to the " +
76 "InteractiveToggle named \"" + toggle.gameObject.name +
"\"");
92 foreach (
int index
in interactiveSet.SelectedIndices)
94 Debug.Log(
"Send new note: " + TargetGroup.
Titles[index].Replace(
"\n",
" "));
96 if (interactiveSet.SelectedIndices.Count == 0)
98 Debug.Log(
"Please select a note.");