C# Класс EveryplayPostprocessor, swip3

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ClearDirectory ( string path, bool deleteParent ) : void
GetPlistItem ( XmlNode dict, string name ) : PListItem
GetUnityVersion ( ) : string
MacPath ( string path ) : string
PathWithPlatformDirSeparators ( string path ) : string
SetEveryplayEnabledForTarget ( BuildTargetGroup target, bool enabled ) : void
ValidateAndUpdateFacebook ( ) : void

Приватные методы

Метод Описание
AddUrlScheme ( XmlDocument xmlDocument, XmlNode dictContainer, string urlScheme ) : void
CheckIfUrlSchemeExists ( XmlNode dictContainer, string urlScheme ) : bool
CreateEveryplayConfig ( string path ) : void
CreateModFile ( string path, bool copyDependencies ) : void
DirectoryCopy ( string sourceDirName, string destDirName ) : void
FixUnityPlistAppendBug ( string path ) : void
OnPostProcessBuild ( BuildTarget, target, string path ) : void
OnPostProcessBuildEarly ( BuildTarget target, string path ) : void
OnPostprocessScene ( ) : void
PostProcessBuild_Android ( string path, string clientId ) : void
PostProcessBuild_iOS ( string path, string clientId ) : void
ProcessGlesFiles ( string path ) : void
ProcessInfoPList ( string path, string clientId ) : void
ProcessXCodeProject ( string path ) : void
SetGlobalCustomDefine ( string file, string targetDefine, bool enabled ) : void
SetScriptingDefineSymbolForTarget ( BuildTargetGroup target, string targetDefine, bool enabled ) : void
UpdateStringInFile ( string file, string subject, string replacement ) : void

Описание методов

ClearDirectory() публичный статический Метод

public static ClearDirectory ( string path, bool deleteParent ) : void
path string
deleteParent bool
Результат void

GetPlistItem() публичный статический Метод

public static GetPlistItem ( XmlNode dict, string name ) : PListItem
dict XmlNode
name string
Результат PListItem

GetUnityVersion() публичный статический Метод

public static GetUnityVersion ( ) : string
Результат string

MacPath() публичный статический Метод

public static MacPath ( string path ) : string
path string
Результат string

PathWithPlatformDirSeparators() публичный статический Метод

public static PathWithPlatformDirSeparators ( string path ) : string
path string
Результат string

SetEveryplayEnabledForTarget() публичный статический Метод

public static SetEveryplayEnabledForTarget ( BuildTargetGroup target, bool enabled ) : void
target BuildTargetGroup
enabled bool
Результат void

ValidateAndUpdateFacebook() публичный статический Метод

public static ValidateAndUpdateFacebook ( ) : void
Результат void