C# 클래스 ResUpdate

상속: MonoBehaviour
파일 보기 프로젝트 열기: LingJiJian/UnityHotFixDemo 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LOCAL_RES_PATH string
LOCAL_RES_URL string
SERVER_RES_URL string
VERSION_FILE string
demo GameObject

보호된 메소드들

메소드 설명
checkUpdate ( ) : void

비공개 메소드들

메소드 설명
CompareVersion ( ) : void
DownLoad ( string url, HandleFinishDownload finishFun ) : IEnumerator
DownLoadRes ( ) : void
ParseVersionFile ( string content, string>.Dictionary dict ) : void
ReplaceLocalRes ( string fileName, byte data ) : void
Show ( ) : IEnumerator
Start ( ) : void
UpdateLocalVersionFile ( ) : void

메소드 상세

checkUpdate() 보호된 메소드

protected checkUpdate ( ) : void
리턴 void

프로퍼티 상세

LOCAL_RES_PATH 공개적으로 정적으로 프로퍼티

public static string LOCAL_RES_PATH
리턴 string

LOCAL_RES_URL 공개적으로 정적으로 프로퍼티

public static string LOCAL_RES_URL
리턴 string

SERVER_RES_URL 공개적으로 정적으로 프로퍼티

public static string SERVER_RES_URL
리턴 string

VERSION_FILE 공개적으로 정적으로 프로퍼티

public static string VERSION_FILE
리턴 string

demo 공개적으로 프로퍼티

public GameObject demo
리턴 GameObject