Version: 2017.3
Experimental: this API is experimental and might be changed or removed in the future.

AssetImporterEditor.useAssetDrawPreview

Switch to Manual
protected bool useAssetDrawPreview ;

Description

Determines if the asset preview is handled by the AssetEditor or the Importer DrawPreview

We usually want to redirect the DrawPreview to the AssetEditor, but there are few cases we don't want that. If you want to use the Importer DrawPreview, then override useAssetDrawPreview to false.