GetRootType(Type)
Utility method to return the base type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public static Type GetRootType(this Type type)
Parameters
The Type for which we want the base type.
Returns
Type | Description |
|---|---|
| Type | The base type. |