CodeSmile AssetDatabase 1.9
Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form.
Loading...
Searching...
No Matches

◆ IsOverridden()

static Boolean IsOverridden ( [NotNull] Path path)
static

Returns true if the AssetImporter type for this asset has been overridden.

Parameters
pathPath to an asset file.
Returns
True if the importer for the asset is overriden, false if it uses the default importer.
See also