API ReferenceEditor
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: -1token: Default: null
No results match this filter.
Properties
Showing 1 properties
public static System.Collections.Generic.IEnumerable`1<Editor.LibraryProject> Editor.LibrarySystem.All { get; set; }
Get all active libraries
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.LibrarySystem |