Api Editor ProjectList
class

ProjectList

public class ProjectList

Constructors

ProjectList()

Methods

Void Refresh()
Void SaveList()
IEnumerable<Project> GetAll()
Boolean Remove(Project item)

Remove an item from the list. This doesn't save the changes.

Project TryAddFromFile(String path)

Tries to add a project from a file. Returns true if it was added, or already existed. Project list is saved if it was added.

Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.ProjectList