Table of Contents

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

bool

IsMacEditor()

public static bool IsMacEditor()

Returns

bool

IsWindowsEditor()

public static bool IsWindowsEditor()

Returns

bool