Class TypeUtility
Syntax
public static class TypeUtility
Methods
GetAssetImporterTypeAtPath(String)
Declaration
public static Type GetAssetImporterTypeAtPath(string assetPath)
Parameters
| Type |
Name |
Description |
| String |
assetPath |
|
Returns
GetMainAssetTypeAtPath(String)
Declaration
public static Type GetMainAssetTypeAtPath(string assetPath)
Parameters
| Type |
Name |
Description |
| String |
assetPath |
|
Returns
IsLoadingAsset(String)
Declaration
public static bool IsLoadingAsset(string assetPath)
Parameters
| Type |
Name |
Description |
| String |
assetPath |
|
Returns
LoadMonoScript(String)
Declaration
public static MonoScript LoadMonoScript(string assemblyQualifiedTypeName)
Parameters
| Type |
Name |
Description |
| String |
assemblyQualifiedTypeName |
|
Returns
| Type |
Description |
| MonoScript |
|