Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetThumbnail(SearchContext, bool)

Gets the search item thumbnail if available, otherwise the thumbnail is fetched at this time. The thumbnail is usually used in list view compared to the grid view.
Read time 1 minuteLast updated 10 days ago

Definition

public Texture2D GetThumbnail(SearchContext context, bool cacheThumbnail = false)

Parameters

Search context used to fetch the search item thumbnail.

cacheThumbnail

Indicates if the search item thumbnail should be cached for next time.

Returns

Type

Description

Texture2DReturns the search item 2D texture.