C# Class OpenMetaverse.TestClient.TexturesCommand

Inheritance: OpenMetaverse.TestClient.Command
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
Execute ( string args, UUID fromAgentID ) : string
TexturesCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

Private Methods

Method Description
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

Method Details

Execute() public method

public Execute ( string args, UUID fromAgentID ) : string
args string
fromAgentID UUID
return string

TexturesCommand() public method

public TexturesCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
return System