C# Class OpenMetaverse.TestClient.ExportCommand

Inheritance: OpenMetaverse.TestClient.Command
Afficher le fichier Open project: jhs/libopenmetaverse

Méthodes publiques

Méthode Description
Execute ( string args, UUID fromAgentID ) : string
ExportCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System

Private Methods

Méthode Description
Assets_OnImageReceived ( ImageDownload image, AssetTexture asset ) : void
Avatars_OnPointAt ( UUID sourceID, UUID targetID, Vector3d targetPos, PointAtType pointType, float duration, UUID id ) : void
Objects_OnObjectProperties ( Simulator simulator, Primitive properties ) : void
Objects_OnObjectPropertiesFamily ( Simulator simulator, Primitive properties, ReportType type ) : void
RequestObjectProperties ( List objects, int msPerRequest ) : bool

Method Details

Execute() public méthode

public Execute ( string args, UUID fromAgentID ) : string
args string
fromAgentID UUID
Résultat string

ExportCommand() public méthode

public ExportCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System
testClient OpenMetaverse.TestClient.TestClient
Résultat System