AssetDatabase.IsNativeAsset
public static bool IsNativeAsset(int instanceID);
Description 描述
Determines whether the Asset is a native Asset.
A native Asset is a file produced directly by Unity's serialization system (for example, a .mat Material file is a native Asset)
See Also: AssetDatabase.IsForeignAsset