コード例 #1
0
 /// <summary>
 /// Gets the localized text.
 /// </summary>
 /// <param name="localizedText">A dictionary of string for different locales to populate.</param>
 public void GetLocaleOverrides(ref Dictionary <string, string> localizedText)
 {
     BackingFieldUtility.GetKeyedListBackingFieldAsDict(m_LocaleOverrides, ref localizedText);
 }
コード例 #2
0
 /// <summary>
 /// Gets the localized text.
 /// </summary>
 /// <param name="localizedText">A dictionary of string for different locales to populate.</param>
 public void GetLocaleOverrides(Dictionary <string, string> localizedText)
 {
     BackingFieldUtility.GetKeyedListBackingFieldAsDict(m_LocaleOverrides, localizedText, t => t.Data);
 }