Esempio n. 1
0
 internal static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_AppStoreSettingsType);
     }
     return(s_typeCache);
 }
Esempio n. 2
0
 internal static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_BuildConfigType);
     }
     return(s_typeCache);
 }
Esempio n. 3
0
 static Type GetClassType()
 {
     if (s_typeCache == null)
     {
         s_typeCache = UDPReflectionUtils.GetTypeByName(UDPReflectionConsts.k_ProductInfoType);
     }
     return(s_typeCache);
 }