s&box docs

public class Editor.Asset.PublishSettings

This is data that is saved in an asset's meta file under "publish" to configure its project for uploading.

Constructors

Showing 1 constructors

Methods

Showing 2 methods

public Sandbox.Project CreateTemporaryProject()

Create a Project usually with the intention of editing and publishing a single asset. The project isn't stored or listed anywhere, so is considered a transient that you can load up, edit, save and then throw away.

public void Save()

Properties

Showing 2 properties

public bool Editor.Asset.PublishSettings.Enabled { get; set; }

Whether the asset should be published or not.

Metadata

FieldValue
Namespaceglobal
Typeclass
AssemblySandbox.Tools
Doc IDT:Editor.Asset.PublishSettings

On this page