AssetDatabase.GetMainAssetTypeAtPath
public static Type GetMainAssetTypeAtPath(string assetPath);
Parameters
| assetPath | Filesystem path of the asset to load. |
Description 描述
Returns the type of the main asset object at assetPath.
All paths are relative to the Project folder, for example: "Assets/MyTextures/hello.png".