API ReferenceSandbox
public class Sandbox.StandaloneManifest
Constructors
Showing 1 constructors
public StandaloneManifest()
No results match this filter.
Properties
Showing 6 properties
public ulong Sandbox.StandaloneManifest.AppId { get; set; }
The Steam App ID of the game
public System.DateTime Sandbox.StandaloneManifest.BuildDate { get; set; }
Game's build date, automatically set when the game was exported.
public string Sandbox.StandaloneManifest.ExecutableName { get; set; }
Game's executable name (e.g. game.exe)
public string Sandbox.StandaloneManifest.Ident { get; set; }
What ident are we running under?
public bool Sandbox.StandaloneManifest.IsVRProject { get; set; }
Should we automatically launch this project in VR?
public string Sandbox.StandaloneManifest.Name { get; set; }
What is the game's name?
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.StandaloneManifest |