C# Class GooglePlayDownloader, UnityOBBDownloader

Datei anzeigen Open project: Unity-Technologies/UnityOBBDownloader Class Usage Examples

Public Methods

Method Description
FetchOBB ( ) : void
GetExpansionFilePath ( ) : string
GetMainOBBPath ( string expansionFilePath ) : string
GetPatchOBBPath ( string expansionFilePath ) : string
RunningOnAndroid ( ) : bool

Private Methods

Method Description
GooglePlayDownloader ( ) : UnityEngine
populateOBBData ( ) : void

Method Details

FetchOBB() public static method

public static FetchOBB ( ) : void
return void

GetExpansionFilePath() public static method

public static GetExpansionFilePath ( ) : string
return string

GetMainOBBPath() public static method

public static GetMainOBBPath ( string expansionFilePath ) : string
expansionFilePath string
return string

GetPatchOBBPath() public static method

public static GetPatchOBBPath ( string expansionFilePath ) : string
expansionFilePath string
return string

RunningOnAndroid() public static method

public static RunningOnAndroid ( ) : bool
return bool