Information about the build environment.
public static class BuildEnvironment
| name | description |
|---|---|
| static Is64Bit() | Returns true if the build platform is 64-bit. |
| static IsLinux() | Returns true if the build platform is Linux. |
| static IsMacOS() | Returns true if the build platform is macOS. |
| static IsUnix() | Returns true if the build platform is Mac or Linux. |
| static IsWindows() | Returns true if the build platform is Windows. |