MCPcopy Create free account
hub / github.com/Tencent/xLua / BaseType

Method BaseType

Assets/XLua/Src/TypeExtensions.cs:73–80  ·  view source on GitHub ↗
(this Type type)

Source from the content-addressed store, hash-verified

71 }
72
73 public static Type BaseType(this Type type)
74 {
75#if !UNITY_WSA || UNITY_EDITOR
76 return type.BaseType;
77#else
78 return type.GetTypeInfo().BaseType;
79#endif
80 }
81
82 public static bool IsGenericType(this Type type)
83 {

Callers 4

ReflectionWrapMethod · 0.80
EndObjectRegisterMethod · 0.80
EndClassRegisterMethod · 0.80
XLuaPrivateAccessibleFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected