Class PlatformUtility | Bolt Visual Scripting | 1.4.12
docs.unity3d.com
    Show / Hide Table of Contents

    Class PlatformUtility

    Inheritance
    Object
    PlatformUtility
    Namespace: Ludiq
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX