TypeUtility
Utility class around Type.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Class
- Namespace: Unity.Properties
- Assembly: UnityEngine.PropertiesModule
public static class TypeUtility
Static Methods
Method | Description |
|---|---|
| CanBeInstantiated | Returns |
| GetRootType | Utility method to return the base type. |
| GetTypeDisplayName | Utility method to get the name of a type which includes the parent type(s). |
| Instantiate | Creates a new instance of the specified |
| InstantiateArray | Creates a new instance of an array with the given count. |
| SetExplicitInstantiationMethod | Sets an explicit instantiation method for the |
| TryInstantiate | Creates a new instance of the specified |
| TryInstantiateArray | Tries to create a new instance of an array with the given count. |