iOSPlatformIconKind
Contains all iOS PlatformIconKind supported by Unity.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Class
- Namespace: UnityEditor.iOS
- Assembly: UnityEditor.Apple.Extensions.Common
public class iOSPlatformIconKind
Remarks
More detailed information on iOS icons can be found in the iOS icon design guidelines.
Static Fields
Value | Description |
|---|---|
| Application | This is the icon displayed on the iOS home screen. |
| Marketing | This is the icon displayed on the app's App Store page. |
| Notification | This is the icon displayed in notifications sent by the app. |
| Settings | This is the icon displayed in settings if the app contains a settings bundle. |
| Spotlight | This is the icon displayed in Spotlight search results. |