public static abstract sealed class Editor.EditorUtility.Projects
Related Guides
Broader workflow and conceptual references connected to this API.
An addon project adds to a Game Project. The addon project isn't published directly, you create assets and publish those individually.
S&box games are written in C#. The engine features a hotload system that compiles and applies your code changes within milliseconds, so you can iterate without restarting.
Create, open, or import movies.
Your game can have an editor component to it. Your game's editor project is special in that it can access both the tools and the game code.
S&box is coded in C#. Under the hood, it uses the Source 2 engine (CS2, HL:Alyx, DOTA2) and some of its systems: rendering, resources, physics, and audio.
In this article you'll find out:
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
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.EditorUtility.Projects |