public sealed struct Sandbox.CompileGroup.Results
Related Guides
Broader workflow and conceptual references connected to this API.
Leaderboards are just stats, aggregated and ordered.
You can create different types of shaders in s&box through code or the ShaderGraph.
These quality guidelines will help you through the process of creating clothing that stands a better chance of being accepted for sale on the s&box store.
Whenever you save a code file in your project (.cs or .razor files), we recompile and attempt to live-reload the changed assembly. This lets you quickly iterate and see your changes without needing to restart the editor. Ideally we want to support this for 99% of code changes without you needing to think about what happens under the hood, but this document will help you investigate cases where things go wrong.
Dependant on how complex / simple your model is, morphing to the human mesh can be very straightforward.
The API for leaderboards is publically accessible. Have fun!
Methods
Showing 1 methods
public string BuildDiagnosticsString(Microsoft.CodeAnalysis.DiagnosticSeverity severity = 2)
Parameters
severity: Default: 2
No results match this filter.
Properties
Showing 4 properties
public System.Collections.Generic.List`1<Microsoft.CodeAnalysis.Diagnostic> Sandbox.CompileGroup.Results.Diagnostics { get; set; }
public bool Sandbox.CompileGroup.Results.Failed { get; set; }
public System.Collections.Generic.List`1<Sandbox.CompilerOutput> Sandbox.CompileGroup.Results.Output { get; set; }
public bool Sandbox.CompileGroup.Results.Success { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Compiling |
| Doc ID | T:Sandbox.CompileGroup.Results |