CompilerExtensionsclass

objectCompilerExtensions
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.CompilerExtensions

Methods5

Showing 5 methods

public static void AddBaseReference(Sandbox.Compiler compiler)PUBLICSTATIC

Add a reference to the "`base`" package.

ParameterTypeDescription
compilerCompiler
Returns:void

public static void AddEditorReference(Sandbox.Compiler compiler, Sandbox.Package reference)PUBLICSTATIC

Add a reference to the given package's editor assembly.

ParameterTypeDescription
compilerCompiler
referencePackage
Returns:void

public static void AddToolBaseReference(Sandbox.Compiler compiler)PUBLICSTATIC

Add a reference to the "`toolbase`" package.

ParameterTypeDescription
compilerCompiler
Returns:void

On this page