Megadocs 0.0.1
All of megapop's internal libraries
Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset Struct Reference

Public Member Functions

 AppPreset (string name, int appId, int depotId, bool isLinux=false)
 
void Deconstruct (out string name, out int appId, out int depotId, out bool linuxBuild)
 

Public Attributes

string Name
 
int AppId
 
int DepotId
 
bool IsLinux
 

Constructor & Destructor Documentation

◆ AppPreset()

Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.AppPreset ( string  name,
int  appId,
int  depotId,
bool  isLinux = false 
)
inline

Member Function Documentation

◆ Deconstruct()

void Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.Deconstruct ( out string  name,
out int  appId,
out int  depotId,
out bool  linuxBuild 
)
inline

Member Data Documentation

◆ AppId

int Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.AppId

◆ DepotId

int Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.DepotId

◆ IsLinux

bool Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.IsLinux

◆ Name

string Megapop.Editor.Builds.SteamBuildSettingsRegister.AppPreset.Name

The documentation for this struct was generated from the following file: