C# Class kode80.Versioning.AssetVersionDownloader

Mostrar archivo Open project: kode80/UnityTools Class Usage Examples

Public Properties

Property Type Description
remoteVersionDownloadFailed RemoteVersionDownloadFailed
remoteVersionDownloadFinished RemoteVersionDownloadFinished

Public Methods

Method Description
Add ( AssetVersion local ) : void
AssetVersionDownloader ( ) : UnityEngine
CancelAll ( ) : void

Private Methods

Method Description
AttemptNextDownload ( ) : void
HandleFailedDownload ( ) : void
HandleFinishedDownload ( AssetVersion remote ) : void
HandleServerCertificateValidation ( object sender, X509Certificate cert, X509Chain chain, System error ) : bool
MainThreadUpdate ( ) : void
WebClientCompleted ( object sender, DownloadStringCompletedEventArgs e ) : void

Method Details

Add() public method

public Add ( AssetVersion local ) : void
local AssetVersion
return void

AssetVersionDownloader() public method

public AssetVersionDownloader ( ) : UnityEngine
return UnityEngine

CancelAll() public method

public CancelAll ( ) : void
return void

Property Details

remoteVersionDownloadFailed public_oe property

public RemoteVersionDownloadFailed remoteVersionDownloadFailed
return RemoteVersionDownloadFailed

remoteVersionDownloadFinished public_oe property

public RemoteVersionDownloadFinished remoteVersionDownloadFinished
return RemoteVersionDownloadFinished