C# 클래스 Nordeus.Build.Builder

파일 보기 프로젝트 열기: Nordeus/UnityBuildPipeline

공개 메소드들

메소드 설명
Build ( BuildTarget parsedBuildTarget, string buildPath, MobileTextureSubtarget parsedTextureSubtarget = null ) : void

Builds the specified build target.

BuildAndroid ( string buildPath, MobileTextureSubtarget textureCompression = null ) : void

Builds an APK at the specified path with the specified texture compression.

BuildIos ( string buildPath ) : void

Builds an XCode project at the specified path.

비공개 메소드들

메소드 설명
GetEnabledScenePaths ( ) : List

Returns a list of all the enabled scenes.

메소드 상세

Build() 공개 정적인 메소드

Builds the specified build target.
public static Build ( BuildTarget parsedBuildTarget, string buildPath, MobileTextureSubtarget parsedTextureSubtarget = null ) : void
parsedBuildTarget BuildTarget Build target to build.
buildPath string Output path for the build.
parsedTextureSubtarget MobileTextureSubtarget Texture compression subtarget for Android.
리턴 void

BuildAndroid() 공개 정적인 메소드

Builds an APK at the specified path with the specified texture compression.
public static BuildAndroid ( string buildPath, MobileTextureSubtarget textureCompression = null ) : void
buildPath string Path for the output APK.
textureCompression MobileTextureSubtarget If not null, will override the texture compression subtarget.
리턴 void

BuildIos() 공개 정적인 메소드

Builds an XCode project at the specified path.
public static BuildIos ( string buildPath ) : void
buildPath string Path for the XCode project.
리턴 void