SearchUtils.GetAssetPreviewFromPath

Declaration

public static Texture2D GetAssetPreviewFromPath(string path, Search.FetchPreviewOptions previewOptions);

Declaration

public static Texture2D GetAssetPreviewFromPath(string path, Vector2 previewSize, Search.FetchPreviewOptions previewOptions);

Parameters

path Asset path.
previewOptions Additional preview options.
previewSize Request size of the preview. This is useful for the DisplayMode.Grid view.

Returns

Texture2D Preview texture.

Description

Returns a preview texture to be used in the search view.


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