IconKind
Icon kind.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
public enum IconKind
Remarks
This enum is used when modifying and inspecting the role an icon has within an application in PlayerSettings.
Fields
Value | Description |
|---|---|
| Any | This icon can be used for any purpose in an application. |
| Application | This icon is used for the main application icons. |
| Notification | This icon is used for push notifications. |
| Settings | This icon is used for settings. |
| Spotlight | This icon is used for Spotlight searches. (iOS only). |
| Store | This icon is used by the iOS App Store. |