s&box docs

public static abstract sealed class Editor.EditorUtility.Projects

Broader workflow and conceptual references connected to this API.

Methods

Showing 6 methods

public static System.Threading.Tasks.Task`1<Sandbox.CompilerOutput[]> Compile(Sandbox.Project project, System.Action`1<string> logOutput)

public static System.Threading.Tasks.Task GenerateSolution()

Regenerates the project's solution

public static System.Collections.Generic.IReadOnlyList`1<Sandbox.Project> GetAll()

public static Sandbox.Compiler ResolveCompiler(System.Reflection.Assembly assembly)

Resolve a compiler from an assembly, using the assembly name

public static System.Threading.Tasks.Task`1<bool> Updated(Sandbox.Project addon)

public static System.Threading.Tasks.Task WaitForCompiles()

Wait for the local compiles to be finished

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.EditorUtility.Projects

On this page