SearchItem.GetPreview

Declaration

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

Parameters

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.

Returns

Texture2D Returns the generated preview 2D texture.

Description

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


Did you find this page useful? Please give it a rating: