GetTypeDisplayName(Type)
Utility method to get the name of a type which includes the parent type(s).
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public static string GetTypeDisplayName(Type type)
Parameters
The Type we want the name of.
Returns
Type | Description |
|---|---|
| string | The display name of the type. |