Enum FetchPreviewOptions
Defines at set of options that indicates to the search provider how the preview should be fetched.
Namespace: UnityEditor.Search
Syntax
[Flags]
public enum FetchPreviewOptions
Fields
Name | Description | Value |
---|---|---|
None | No options are defined. |
0 |
Preview2D | Indicates that the provider should generate a 2D preview. |
1 |
Preview3D | Indicates that the provider should generate a 3D preview. |
2 |
Normal | Indicate that the preview size should be around 128x128. |
1024 |
Large | Indicates that the preview resolution should be higher than 256x256. |
2048 |