API ReferenceEditor
StandaloneExporterclass
object→StandaloneExporter
Methods5
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.
| Parameter | Type | Description |
|---|---|---|
| package | string | — |
Returns:
Task—public static System.Threading.Tasks.Task`1<Editor.StandaloneExporter> FromConfig(Editor.ExportConfig config)
| Parameter | Type | Description |
|---|---|---|
| config | ExportConfig | — |
public System.Threading.Tasks.Task Run()
Returns:
Task—No results match this filter.
Properties5
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.