C# Class kode80.Versioning.AssetUpdater

Mostrar archivo Open project: kode80/UnityTools Class Usage Examples

Public Properties

Property Type Description
remoteVersionDownloadFailed RemoteVersionDownloadFailed
remoteVersionDownloadFinished RemoteVersionDownloadFinished

Public Methods

Method Description
GetLocalVersion ( int index ) : AssetVersion
GetRemoteVersion ( int index ) : AssetVersion
Refresh ( bool forceRefresh = false ) : void

Private Methods

Method 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 method

public GetLocalVersion ( int index ) : AssetVersion
index int
return AssetVersion

GetRemoteVersion() public method

public GetRemoteVersion ( int index ) : AssetVersion
index int
return AssetVersion

Refresh() public method

public Refresh ( bool forceRefresh = false ) : void
forceRefresh bool
return void

Property Details

remoteVersionDownloadFailed public_oe property

public RemoteVersionDownloadFailed remoteVersionDownloadFailed
return RemoteVersionDownloadFailed

remoteVersionDownloadFinished public_oe property

public RemoteVersionDownloadFinished remoteVersionDownloadFinished
return RemoteVersionDownloadFinished