API Referenceglobal
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
public PublishSettings()
No results match this filter.
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()
No results match this filter.
Properties
Showing 2 properties
public bool Editor.Asset.PublishSettings.Enabled { get; set; }
Whether the asset should be published or not.
public Sandbox.DataModel.ProjectConfig Editor.Asset.PublishSettings.ProjectConfig { get; set; }
Project configuration information
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | global |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.Asset.PublishSettings |