Improve text hints in input config.
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Cryville.Crtr.Config {
|
||||
m_button.interactable = true;
|
||||
if (e.Proxy == null) {
|
||||
m_value.text = "(Unassigned)";
|
||||
|
||||
if (e.Required) m_value.text += " (Required)";
|
||||
}
|
||||
else {
|
||||
m_value.text = e.Proxy.Value.Handler.GetTypeName(e.Proxy.Value.Type);
|
||||
|
Reference in New Issue
Block a user