class StandaloneManifest

in global :: Sandbox

😔 No documentation found.


public string Name { get; set; }

What is the game's name?

public string Ident { get; set; }

What ident are we running under?

public string ExecutableName { get; set; }

Game's executable name (e.g. game.exe)

public ulong AppId { get; set; }

The Steam App ID of the game

public DateTime BuildDate { get; set; }

Game's build date, automatically set when the game was exported.

public bool IsVRProject { get; set; }

Should we automatically launch this project in VR?

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public StandaloneManifest( )

😔 No documentation found.