Пример #1
0
 static string Msg(VRMExportOptions key)
 {
     return(LanguageGetter.Msg(key));
 }
Пример #2
0
 public CheckBoxProp(SerializedProperty property, VRMExportOptions desc) : this(property, () => Msg(desc))
 {
 }