public static bool IsNativeAsset (Object obj);
public static bool IsNativeAsset (int instanceID);

설명

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