Example #1
0
 /// <summary>
 /// Function to retrieve the Style matching the HashCode.
 /// </summary>
 /// <param name="hashCode"></param>
 /// <returns></returns>
 public static TMP_Style GetStyle(int hashCode)
 {
     return(s_Instance.GetStyleInternal(hashCode));
 }