示例#1
0
 /// <summary>
 /// Set color theme
 /// </summary>
 /// <param name="theme">Colors for theme</param>
 public static void SetColorTheme(Dictionary <string, string> theme)
 {
     UnitySocialBridge.UnitySocialSetColorTheme((theme != null) ?  DictionaryExtensions.DictionaryToJson(theme) : null);
 }