7 [
Attribute(uiwidget: UIWidgets.LocaleEditBox)]
41 return !GetName().IsEmpty();
50 bool SetNameTo(TextWidget textWidget)
55 textWidget.SetText(GetName());
63 void Log(
string prefix =
string.Empty, LogLevel logLevel = LogLevel.VERBOSE)
65 Print(
string.Format(prefix +
"%1: \"%2\"", Type(), Name), logLevel);