C# Class dotBunny.Unity.BuildSystem.Deployments.SteamDeployment

Inheritance: IDeployment
Afficher le fichier Open project: dotBunny/uBuild Class Usage Examples

Méthodes publiques

Méthode Description
BuildPackage ( ) : bool
GetDeploymentType ( ) : BuildFactory.Deployments
GetFriendlyName ( ) : string
Process ( ) : bool
SteamDeployment ( ) : System.IO
SteamDeployment ( string username, string password ) : System.IO
SteamDeployment ( string username, string password, string script ) : System.IO

Method Details

BuildPackage() public méthode

public BuildPackage ( ) : bool
Résultat bool

GetDeploymentType() public méthode

public GetDeploymentType ( ) : BuildFactory.Deployments
Résultat BuildFactory.Deployments

GetFriendlyName() public méthode

public GetFriendlyName ( ) : string
Résultat string

Process() public méthode

public Process ( ) : bool
Résultat bool

SteamDeployment() public méthode

public SteamDeployment ( ) : System.IO
Résultat System.IO

SteamDeployment() public méthode

public SteamDeployment ( string username, string password ) : System.IO
username string
password string
Résultat System.IO

SteamDeployment() public méthode

public SteamDeployment ( string username, string password, string script ) : System.IO
username string
password string
script string
Résultat System.IO