Show / Hide Table of Contents

    Class PlatformUtility

    Inheritance
    Object
    PlatformUtility
    Namespace: QFSW.BA
    Assembly: QFSW.BA.dll
    Syntax
    public static class PlatformUtility

    Methods

    GetBuildExtension(BuildTarget)

    Declaration
    public static string GetBuildExtension(BuildTarget target)
    Parameters
    Type Name Description
    UnityEditor.BuildTarget target
    Returns
    Type Description
    String

    GetPlatformIcon(BuildTarget)

    Declaration
    public static Texture2D GetPlatformIcon(BuildTarget target)
    Parameters
    Type Name Description
    UnityEditor.BuildTarget target
    Returns
    Type Description
    UnityEngine.Texture2D

    GetSubFolderName(Platform, NameCase)

    Declaration
    public static string GetSubFolderName(Platform platform, NameCase nameCase = NameCase.RemoveSpace)
    Parameters
    Type Name Description
    Platform platform
    NameCase nameCase
    Returns
    Type Description
    String
    Build Automator 2 by QFSW
    Back to top