Method | Description | |
---|---|---|
GetTextureToRender ( UUID textureID ) : |
retrieve texture information from dictionary
|
|
RemoveFromPipeline ( UUID textureID ) : void |
Remove no longer necessary texture from dictionary
|
|
RequestTexture ( UUID textureID ) : void |
Request a texture be downloaded, once downloaded OnImageRenderReady event will be fired containing texture key which can be used to retrieve texture with GetTextureToRender method
|
|
Shutdown ( ) : void | ||
TexturePipeline ( |
Default constructor
|
Method | Description | |
---|---|---|
Assets_OnImageReceiveProgress ( UUID image, int lastPacket, int recieved, int total ) : void | ||
Assets_OnImageReceived ( |
||
DownloadThread ( ) : void |
Master Download Thread, Queues up downloads in the threadpool
|
|
textureRequestDoWork ( Object threadContext ) : void |
public GetTextureToRender ( UUID textureID ) : |
||
textureID | UUID | Texture ID |
return |
public RemoveFromPipeline ( UUID textureID ) : void | ||
textureID | UUID | |
return | void |
public RequestTexture ( UUID textureID ) : void | ||
textureID | UUID | id of Texture to request |
return | void |
public TexturePipeline ( |
||
client | Reference to SecondLife client |
|
return | System |