s&box docs

public static abstract sealed class Editor.LibrarySystem

Methods

Showing 2 methods

public static System.Threading.Tasks.Task Add(string folderName, System.Threading.CancellationToken token)

Add a library from this folder

public static System.Threading.Tasks.Task`1<bool> Install(string ident, long versionId = -1, System.Threading.CancellationToken token = null)

Install a library from a package. This will download the package and install it in the project's Library folder.

Parameters

  • versionId: Default: -1
  • token: Default: null

Properties

Showing 1 properties

public static System.Collections.Generic.IEnumerable`1<Editor.LibraryProject> Editor.LibrarySystem.All { get; set; }

Get all active libraries

Metadata

FieldValue
NamespaceEditor
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.LibrarySystem

On this page