C# Класс OpenSim.Region.CoreModules.Agent.TextureDownload.TextureDownloadModule

Наследование: ISharedRegionModule
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
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?

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Initialise() публичный Метод

public Initialise ( Scene scene, IConfigSource config ) : void
scene OpenSim.Region.Framework.Scenes.Scene
config IConfigSource
Результат void

NewClient() публичный Метод

public NewClient ( IClientAPI client ) : void
client IClientAPI
Результат void

PostInitialise() публичный Метод

public PostInitialise ( ) : void
Результат void

ProcessTextureSenders() публичный Метод

Entry point for the thread dedicated to processing the texture queue.
public ProcessTextureSenders ( ) : void
Результат void

TextureDownloadModule() публичный Метод

public TextureDownloadModule ( ) : System
Результат System

TextureRequest() публичный Метод

Start the process of requesting a given texture.
public TextureRequest ( Object sender, OpenSim.Framework.TextureRequestArgs e ) : void
sender Object
e OpenSim.Framework.TextureRequestArgs
Результат void