Beispiel #1
0
        public static System.Type GetBaseType(ref System.Type type)
        {
#if (UNITY_WINRT && !UNITY_EDITOR)
            return(Reflection.GetBaseType(type));
#else
            return(type.BaseType);
#endif
        }