# tvOSPlatformIconKind

> Contains the Apple TV PlatformIconKind values supported by Unity.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor.AppleTV](/engine/6000.3/script-reference/unityeditor/appletv.md)
* **Assembly:** UnityEditor.Apple.Extensions.Common

```csharp
public class tvOSPlatformIconKind
```

## Remarks

For more information on Apple TV icons, refer to [tvOS app icon sizes](https://developer.apple.com/design/human-interface-guidelines/app-icons#tvOS-app-icon-sizes).

## Static Fields

| Value                                                                                                      | Description                                     |
| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------- |
| [App](/engine/6000.3/script-reference/unityeditor/appletv/tvosplatformiconkind/app.md)                     | Includes all App icons required by tvOS.        |
| [TopShelfImage](/engine/6000.3/script-reference/unityeditor/appletv/tvosplatformiconkind/topshelfimage.md) | Includes all top shelf images required by tvOS. |
