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

AssetImporterEditor.useAssetDrawPreview

マニュアルに切り替える
protected bool useAssetDrawPreview ;

説明

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.