C# Класс Nordeus.Build.Builder

Показать файл Открыть проект

Открытые методы

Метод Описание
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