C# Class kode80.Versioning.AssetUpdater

Afficher le fichier Open project: kode80/UnityTools Class Usage Examples

Méthodes publiques

Свойство Type Description
remoteVersionDownloadFailed RemoteVersionDownloadFailed
remoteVersionDownloadFinished RemoteVersionDownloadFinished

Méthodes publiques

Méthode Description
GetLocalVersion ( int index ) : AssetVersion
GetRemoteVersion ( int index ) : AssetVersion
Refresh ( bool forceRefresh = false ) : void

Private Methods

Méthode Description
AssetUpdater ( ) : UnityEngine
FindLocalVersions ( ) : List
RemoteVersionDownloaderFailed ( AssetVersion local ) : void
RemoteVersionDownloaderFinished ( AssetVersion local, AssetVersion remote ) : void
VersionListsAreEqual ( List a, List b ) : bool

Method Details

GetLocalVersion() public méthode

public GetLocalVersion ( int index ) : AssetVersion
index int
Résultat AssetVersion

GetRemoteVersion() public méthode

public GetRemoteVersion ( int index ) : AssetVersion
index int
Résultat AssetVersion

Refresh() public méthode

public Refresh ( bool forceRefresh = false ) : void
forceRefresh bool
Résultat void

Property Details

remoteVersionDownloadFailed public_oe property

public RemoteVersionDownloadFailed remoteVersionDownloadFailed
Résultat RemoteVersionDownloadFailed

remoteVersionDownloadFinished public_oe property

public RemoteVersionDownloadFinished remoteVersionDownloadFinished
Résultat RemoteVersionDownloadFinished