Api Sandbox CompilerExtensions
class

CompilerExtensions

public static abstract sealed class CompilerExtensions

Methods

static this Void AddBaseReference(Compiler compiler)

Add a reference to the "base" package.

static this Void AddToolBaseReference(Compiler compiler)

Add a reference to the "toolbase" package.

static this Void AddReference(Compiler compiler, Compiler reference)

Add a reference to the given compiler.

static this Void AddReference(Compiler compiler, Package reference)

Add a reference to the given package's assembly.

static this Void AddEditorReference(Compiler compiler, Package reference)

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

Assembly: Sandbox.Engine Namespace: Sandbox Full Name: Sandbox.CompilerExtensions