C# 클래스 GooglePlayDownloader, UnityOBBDownloader

파일 보기 프로젝트 열기: Unity-Technologies/UnityOBBDownloader 1 사용 예제들

공개 메소드들

메소드 설명
FetchOBB ( ) : void
GetExpansionFilePath ( ) : string
GetMainOBBPath ( string expansionFilePath ) : string
GetPatchOBBPath ( string expansionFilePath ) : string
RunningOnAndroid ( ) : bool

비공개 메소드들

메소드 설명
GooglePlayDownloader ( ) : UnityEngine
populateOBBData ( ) : void

메소드 상세

FetchOBB() 공개 정적인 메소드

public static FetchOBB ( ) : void
리턴 void

GetExpansionFilePath() 공개 정적인 메소드

public static GetExpansionFilePath ( ) : string
리턴 string

GetMainOBBPath() 공개 정적인 메소드

public static GetMainOBBPath ( string expansionFilePath ) : string
expansionFilePath string
리턴 string

GetPatchOBBPath() 공개 정적인 메소드

public static GetPatchOBBPath ( string expansionFilePath ) : string
expansionFilePath string
리턴 string

RunningOnAndroid() 공개 정적인 메소드

public static RunningOnAndroid ( ) : bool
리턴 bool