API ReferenceEditor
LibrarySystemclass
object→LibrarySystem
Methods2
Showing 2 methods
public static System.Threading.Tasks.Task Add(string folderName, System.Threading.CancellationToken token)
Add a library from this folder
| Parameter | Type | Description |
|---|---|---|
| folderName | string | — |
| token | CancellationToken | — |
Returns:
Task—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.
| Parameter | Type | Description |
|---|---|---|
| ident | string | — |
| versionId = -1 | long | — |
| token = null | CancellationToken | — |
Returns:
Task<bool>—No results match this filter.
Properties1
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.