C# Class OpenSim.Region.CoreModules.Agent.TextureDownload.TextureDownloadModule

Inheritance: ISharedRegionModule
Afficher le fichier Open project: openmetaversefoundation/fortis-opensim

Méthodes publiques

Méthode Description
Close ( ) : void
Initialise ( Scene scene, IConfigSource config ) : void
NewClient ( IClientAPI client ) : void
PostInitialise ( ) : void
ProcessTextureSenders ( ) : void

Entry point for the thread dedicated to processing the texture queue.

TextureDownloadModule ( ) : System
TextureRequest ( Object sender, OpenSim.Framework.TextureRequestArgs e ) : void

Start the process of requesting a given texture.

Private Methods

Méthode Description
EventManager_OnRemovePresence ( UUID agentId ) : void

Cleanup the texture service related objects for the removed presence.

TextureSent ( ITextureSender sender ) : void

Called when the texture has finished sending.

TryGetUserTextureService ( IClientAPI client, OpenSim.Region.CoreModules.Agent.TextureDownload.UserTextureDownloadService &textureService ) : bool

Does this user have a registered texture download service?

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Initialise() public méthode

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
Résultat void

NewClient() public méthode

public NewClient ( IClientAPI client ) : void
client IClientAPI
Résultat void

PostInitialise() public méthode

public PostInitialise ( ) : void
Résultat void

ProcessTextureSenders() public méthode

Entry point for the thread dedicated to processing the texture queue.
public ProcessTextureSenders ( ) : void
Résultat void

TextureDownloadModule() public méthode

public TextureDownloadModule ( ) : System
Résultat System

TextureRequest() public méthode

Start the process of requesting a given texture.
public TextureRequest ( Object sender, OpenSim.Framework.TextureRequestArgs e ) : void
sender Object
e OpenSim.Framework.TextureRequestArgs
Résultat void