C# Class Grider.RegionClient

Inheritance: IDownloader
Datei anzeigen Open project: diva/Grider Class Usage Examples

Public Methods

Method Description
Done ( UUID textureID ) : void
GetImage ( RequestImagePacket imgPacket ) : bool
RegionClient ( GriderProxy p, string regionurl, string auth ) : System
TextureReceived ( string id, Object sender, OpenSim.Framework.AssetBase asset ) : void

Method Details

Done() public method

public Done ( UUID textureID ) : void
textureID UUID
return void

GetImage() public method

public GetImage ( RequestImagePacket imgPacket ) : bool
imgPacket RequestImagePacket
return bool

RegionClient() public method

public RegionClient ( GriderProxy p, string regionurl, string auth ) : System
p GriderProxy
regionurl string
auth string
return System

TextureReceived() public method

public TextureReceived ( string id, Object sender, OpenSim.Framework.AssetBase asset ) : void
id string
sender Object
asset OpenSim.Framework.AssetBase
return void