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

    Class Paths

    Inheritance
    Object
    Paths
    Namespace: Ludiq
    Syntax
    public static class Paths

    Fields

    MsBuildDownloadLink

    Declaration
    public const string MsBuildDownloadLink = "https://aka.ms/vs/15/release/vs_buildtools.exe"
    Field Value
    Type Description
    String

    MsBuildToolsVersion

    Declaration
    public const string MsBuildToolsVersion = "15.0"
    Field Value
    Type Description
    String

    Properties

    assemblyProjects

    Declaration
    public static IEnumerable<string> assemblyProjects { get; }
    Property Value
    Type Description
    IEnumerable<String>

    assets

    Declaration
    public static string assets { get; }
    Property Value
    Type Description
    String

    backups

    Declaration
    public static string backups { get; }
    Property Value
    Type Description
    String

    editor

    Declaration
    public static string editor { get; }
    Property Value
    Type Description
    String

    editorContents

    Declaration
    public static string editorContents { get; }
    Property Value
    Type Description
    String

    editorDefaultResources

    Declaration
    public static string editorDefaultResources { get; }
    Property Value
    Type Description
    String

    environmentPaths

    Declaration
    public static IEnumerable<string> environmentPaths { get; }
    Property Value
    Type Description
    IEnumerable<String>

    msBuild

    Declaration
    public static string msBuild { get; }
    Property Value
    Type Description
    String

    package

    Declaration
    public static string package { get; }
    Property Value
    Type Description
    String

    project

    Declaration
    public static string project { get; }
    Property Value
    Type Description
    String

    projectBuilder

    Declaration
    public static string projectBuilder { get; }
    Property Value
    Type Description
    String

    projectName

    Declaration
    public static string projectName { get; }
    Property Value
    Type Description
    String

    projectSettings

    Declaration
    public static string projectSettings { get; }
    Property Value
    Type Description
    String

    roslynCompiler

    Declaration
    public static string roslynCompiler { get; }
    Property Value
    Type Description
    String

    xBuild

    Declaration
    public static string xBuild { get; }
    Property Value
    Type Description
    String

    Methods

    AssemblyProject(UnityEditor.Compilation.Assembly)

    Declaration
    public static string AssemblyProject(UnityEditor.Compilation.Assembly assemblyDefinition)
    Parameters
    Type Name Description
    UnityEditor.Compilation.Assembly assemblyDefinition
    Returns
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX