API ReferenceEditor
public class Editor.ProjectList
Constructors
Showing 1 constructors
public ProjectList()
No results match this filter.
Methods
Showing 5 methods
public System.Collections.Generic.IEnumerable`1<Sandbox.Project> GetAll()
public void Refresh()
public bool Remove(Sandbox.Project item)
Remove an item from the list. This doesn't save the changes.
public void SaveList()
public Sandbox.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.
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.ProjectList |