API ReferenceEditor
public class Editor.StandaloneExporter
Methods
Showing 5 methods
public System.Threading.Tasks.Task AddCodePackageReference(string package)
If the code is referencing a package - we can add it to the manifest using this.
public static System.Threading.Tasks.Task`1<Editor.StandaloneExporter> FromConfig(Editor.ExportConfig config)
public System.Threading.Tasks.Task Run()
No results match this filter.
Properties
Showing 5 properties
public System.Collections.Generic.IReadOnlyList`1<Editor.StandaloneExporter.QueuedFile> Editor.StandaloneExporter.Files { get; set; }
public System.Action`1<Editor.StandaloneExporter.ExportProgress> Editor.StandaloneExporter.OnProgressChanged { get; set; }
public Editor.ProjectPublisher.PackageManifest Editor.StandaloneExporter.PackageManifest { get; set; }
public Sandbox.Project Editor.StandaloneExporter.Project { get; set; }
public Sandbox.StandaloneManifest Editor.StandaloneExporter.StandaloneManifest { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.StandaloneExporter |