C# Класс OpenMetaverse.TestClient.TexturesCommand

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

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

Метод Описание
Execute ( string args, UUID fromAgentID ) : string
TexturesCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

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

Метод Описание
Assets_OnImageReceived ( ImageDownload image, AssetTexture asset ) : void
Objects_OnNewAvatar ( Simulator simulator, Avatar avatar, ulong regionHandle, ushort timeDilation ) : void
Objects_OnNewPrim ( Simulator simulator, Primitive prim, ulong regionHandle, ushort timeDilation ) : void

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

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

public Execute ( string args, UUID fromAgentID ) : string
args string
fromAgentID UUID
Результат string

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

public TexturesCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
Результат System