Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

AssetDatabase.IsNativeAsset

public static bool IsNativeAsset(Object obj);
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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答