Show / Hide Table of Contents

    Class PlatformExtensions

    Inheritance
    Object
    PlatformExtensions
    Namespace: QFSW.QC
    Assembly: QFSW.QC.dll
    Syntax
    public static class PlatformExtensions

    Methods

    ToPlatform(RuntimePlatform)

    Converts Unity's RuntimePlatform to QC's bitwise Platform.

    Declaration
    public static Platform ToPlatform(this RuntimePlatform pl)
    Parameters
    Type Name Description
    RuntimePlatform pl
    Returns
    Type Description
    Platform
    Quantum Console by QFSW
    Back to top