LibrarySystemclass

objectLibrarySystem
Namespace
Editor
Assembly
Sandbox.Tools
Declaration
public static abstract sealed class Editor.LibrarySystem

Methods2

Showing 2 methods

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

Add a library from this folder

ParameterTypeDescription
folderNamestring
tokenCancellationToken
Returns:Task

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

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

ParameterTypeDescription
identstring
versionId = -1long
token = nullCancellationToken
Returns:Task<bool>

Properties1

Showing 1 properties

On this page