Version: 2021.1
public Texture2D GetPreview (Search.SearchContext context, Vector2 size, Search.FetchPreviewOptions options, bool cacheThumbnail);

参数

context Search context used to fetch the preview.
size Indicates the size of the desired preview.
options Indicates the options used to fetch various preview types.
cacheThumbnail Indicates if the preview thumbnail should be cached for next time.

返回

Texture2D Returns the generated preview 2D texture.

描述

Gets the search item preview if available, otherwise the preview is fetched at this time.