C# 클래스 dotBunny.Unity.BuildSystem.Deployments.SteamDeployment

상속: IDeployment
파일 보기 프로젝트 열기: dotBunny/uBuild 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

BuildPackage() 공개 메소드

public BuildPackage ( ) : bool
리턴 bool

GetDeploymentType() 공개 메소드

public GetDeploymentType ( ) : BuildFactory.Deployments
리턴 BuildFactory.Deployments

GetFriendlyName() 공개 메소드

public GetFriendlyName ( ) : string
리턴 string

Process() 공개 메소드

public Process ( ) : bool
리턴 bool

SteamDeployment() 공개 메소드

public SteamDeployment ( ) : System.IO
리턴 System.IO

SteamDeployment() 공개 메소드

public SteamDeployment ( string username, string password ) : System.IO
username string
password string
리턴 System.IO

SteamDeployment() 공개 메소드

public SteamDeployment ( string username, string password, string script ) : System.IO
username string
password string
script string
리턴 System.IO