Version: 2020.2
言語: 日本語
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.