Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

TypeUtility.GetRootType

Declaration

public static Type GetRootType(Type type);

Parameters

type The <see cref="System.Type" /> for which we want the base type.

Returns

Type The base type.

Description

Utility method to return the base type.