Unity - Scripting API: FetchPreviewOptions
enumeration
Success!
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
Submission failed
For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Description
Options for the search provider on how the preview should be fetched.
Properties
| Property | Description |
|---|---|
| None | No options are defined. |
| Preview2D | Indicates that the search provider should generate a 2D preview. |
| Preview3D | Indicates that the search provider should generate a 3D preview. |
| Normal | Indicates that the preview size should be around 128x128. |
| Large | Indicates that the preview resolution should be higher than 256x256. |