s&box docs

public class Editor.ProjectPublisher.PackageManifest

Constructors

Showing 1 constructors

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: null
  • cancel: Default: null

public System.Threading.Tasks.Task BuildFromSource(Sandbox.Project addon, Editor.IProgress progress = null, System.Threading.CancellationToken cancel = null)

Parameters

  • progress: Default: null
  • cancel: Default: null

public static bool LooseFileAllowed(string file, bool allowSourceFiles)

public string ToJson()

Properties

Showing 5 properties

public System.Collections.Generic.HashSet`1<string> Editor.ProjectPublisher.PackageManifest.CodePackageReferences { get; set; }

List of packages that the code references

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.ProjectPublisher.PackageManifest

On this page