API ReferenceEditor
public class Editor.ExportConfig
Constructors
Showing 1 constructors
public ExportConfig()
No results match this filter.
Properties
Showing 8 properties
public uint Editor.ExportConfig.AppId { get; set; }
The Steam AppID for the target .exe
public System.Collections.Generic.Dictionary`2<string,object> Editor.ExportConfig.AssemblyFiles { get; set; }
If the compile process created any assemblies
public System.DateTime Editor.ExportConfig.BuildDate { get; set; }
Game's build date
public string Editor.ExportConfig.ExecutableName { get; set; }
The target .exe name for this export
public Sandbox.Project Editor.ExportConfig.Project { get; set; }
public string Editor.ExportConfig.StartupImage { get; set; }
The splash screen to use
public string Editor.ExportConfig.TargetDir { get; set; }
Where are we putting the exported build?
public string Editor.ExportConfig.TargetIcon { get; set; }
The icon for the target .exe
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Editor |
| Type | class |
| Assembly | Sandbox.Tools |
| Doc ID | T:Editor.ExportConfig |