C# 클래스 AutoBuilder, SteamWorkshopUploader

파일 보기 프로젝트 열기: nihilocrat/SteamWorkshopUploader 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
basePath string

공개 메소드들

메소드 설명
CopyDirectory ( string SourcePath, string DestinationPath ) : void

비공개 메소드들

메소드 설명
BuildAll ( ) : void
CopyToSteam ( string buildPath, string steamPath ) : void
GetProjectName ( ) : string
GetScenePaths ( ) : string[]
PerformAndroidBuild ( ) : void
PerformLinuxUniversalBuild ( ) : void
PerformOSXUniversalBuild ( ) : void
PerformWebBuild ( ) : void
PerformWebStreamedBuild ( ) : void
PerformWin64Build ( ) : void
PerformWinBuild ( ) : void
PerformiOSBuild ( ) : void
PostBuild ( ) : void

메소드 상세

CopyDirectory() 공개 정적인 메소드

public static CopyDirectory ( string SourcePath, string DestinationPath ) : void
SourcePath string
DestinationPath string
리턴 void

프로퍼티 상세

basePath 공개적으로 정적으로 프로퍼티

public static string basePath
리턴 string