API Referenceglobal
public class Editor.ProjectPublisher.PackageManifest
Constructors
Showing 1 constructors
public PackageManifest()
No results match this filter.
Methods
Showing 6 methods
public System.Threading.Tasks.Task AddTextFile(string contents, string relativePath)
public System.Threading.Tasks.Task BuildFromAssets(Sandbox.Project project, Editor.IProgress progress = null, System.Threading.CancellationToken cancel = null)
Parameters
progress: Default: nullcancel: Default: null
public System.Threading.Tasks.Task BuildFromSource(Sandbox.Project addon, Editor.IProgress progress = null, System.Threading.CancellationToken cancel = null)
Parameters
progress: Default: nullcancel: Default: null
public Editor.ProjectPublisher.ProjectFile FindAsset(string relativePath)
public static bool LooseFileAllowed(string file, bool allowSourceFiles)
public string ToJson()
No results match this filter.
Properties
Showing 5 properties
public System.Collections.Generic.List`1<Editor.ProjectPublisher.ProjectFile> Editor.ProjectPublisher.PackageManifest.Assets { get; set; }
public System.Collections.Generic.HashSet`1<string> Editor.ProjectPublisher.PackageManifest.CodePackageReferences { get; set; }
List of packages that the code references
public string Editor.ProjectPublisher.PackageManifest.Description { get; set; }
public bool Editor.ProjectPublisher.PackageManifest.IncludeSourceFiles { get; set; }
public string Editor.ProjectPublisher.PackageManifest.Summary { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.ProjectPublisher.PackageManifest |