Class PlatformUtility
Namespace: Unity.VisualScripting
Syntax
public static class PlatformUtility
Fields
supportsJit
Declaration
public static readonly bool supportsJit
Field Value
Type | Description |
---|---|
Boolean |
Methods
IsEditor(RuntimePlatform)
Declaration
public static bool IsEditor(this RuntimePlatform platform)
Parameters
Type | Name | Description |
---|---|---|
RuntimePlatform | platform |
Returns
Type | Description |
---|---|
Boolean |
IsStandalone(RuntimePlatform)
Declaration
public static bool IsStandalone(this RuntimePlatform platform)
Parameters
Type | Name | Description |
---|---|---|
RuntimePlatform | platform |
Returns
Type | Description |
---|---|
Boolean |