# PlatformIconKind

> Icon kind wrapper.

## Definition

* **Type:** Class
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public class PlatformIconKind
```

## Remarks

Each platform implements its own icon kinds. See: [AndroidPlatformIconKind](/engine/6000.0/script-reference/unityeditor/android/androidplatformiconkind.md),  [iOSPlatformIconKind](/engine/6000.0/script-reference/unityeditor/ios/iosplatformiconkind.md) and [tvOSPlatformIconKind](/engine/6000.0/script-reference/unityeditor/appletv/tvosplatformiconkind.md) for more information.
