C# Class ResUpdate

Inheritance: MonoBehaviour
Afficher le fichier Open project: LingJiJian/UnityHotFixDemo Class Usage Examples

Méthodes publiques

Свойство Type Description
LOCAL_RES_PATH string
LOCAL_RES_URL string
SERVER_RES_URL string
VERSION_FILE string
demo GameObject

Méthodes protégées

Méthode Description
checkUpdate ( ) : void

Private Methods

Méthode Description
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

Method Details

checkUpdate() protected méthode

protected checkUpdate ( ) : void
Résultat void

Property Details

LOCAL_RES_PATH public_oe static_oe property

public static string LOCAL_RES_PATH
Résultat string

LOCAL_RES_URL public_oe static_oe property

public static string LOCAL_RES_URL
Résultat string

SERVER_RES_URL public_oe static_oe property

public static string SERVER_RES_URL
Résultat string

VERSION_FILE public_oe static_oe property

public static string VERSION_FILE
Résultat string

demo public_oe property

public GameObject demo
Résultat GameObject