Class EditorPlatformVerifier
- Namespace
- CodeBase
- Assembly
- 4Experience.CodeBase.Core.Editor.dll
This static class provides methods to verify if the Unity Editor is running on a particular platform: macOS, Windows or Linux.
public static class EditorPlatformVerifier
- Inheritance
-
EditorPlatformVerifier
Methods
IsLinuxEditor()
public static bool IsLinuxEditor()
Returns
IsMacEditor()
public static bool IsMacEditor()
Returns
IsWindowsEditor()
public static bool IsWindowsEditor()